brintos

brintos / llvm-project-archived public Read only

0
0
Text · 81 B · ef224fb Raw
5 lines · c
1int main() {2  const char *s = "Hello macCatalyst!";3  return 0; // break here4}5