brintos

brintos / llvm-project-archived public Read only

0
0
Text · 50 B · 33307be Raw
5 lines · c
1int main() {2  int *myInt = 0;3  return *myInt;4}5