brintos

brintos / llvm-project-archived public Read only

0
0
Text · 132 B · d56d15d Raw
9 lines · cpp
1#include <stdio.h>2 3int4main (int argc, char const *argv[])5{6    printf("Break here to do the load using paths.");7    return 0;8}9