brintos

brintos / llvm-project-archived public Read only

0
0
Text · 89 B · 3a5c2bc Raw
3 lines · c
1int sub1(int x) { return x - 1; }2int main(int argc, char **argv) { return sub1(argc); }3