brintos

brintos / llvm-project-archived public Read only

0
0
Text · 126 B · bfa0b06 Raw
8 lines · plain
1@import myModule;2@import minmax;3 4int main(int argc, char **argv) {5  public_func(); // Set breakpoint 0 here.6  return 0;7}8