brintos

brintos / llvm-project-archived public Read only

0
0
Text · 98 B · f9c8fd8 Raw
6 lines · c
1int first[2048] = { 5 };2int second[2048] = { 6 };3int main()  {4  return first[0] + second[0];5}6