brintos

brintos / llvm-project-archived public Read only

0
0
Text · 114 B · 5452ffd Raw
8 lines · plain
1@import Darwin;2 3int main()4{5    size_t ret = printf("Stop here\n"); // Set breakpoint 0 here.6    return ret;7}8