brintos

brintos / llvm-project-archived public Read only

0
0
Text · 101 B · e5ffd00 Raw
8 lines · cpp
1#include <stdio.h>2 3int4main (int argc, char const *argv[])5{6    return 0; // Set breakpoint here7}8