brintos

brintos / llvm-project-archived public Read only

0
0
Text · 81 B · 6dd3616 Raw
5 lines · c
1int main(int argc, char **argv) {2  int to_complete = 0;3  return to_complete;4}5