brintos

brintos / llvm-project-archived public Read only

0
0
Text · 209 B · deb8002 Raw
10 lines · c
1#include <stdio.h>2 3int main (int argc, char const *argv[], char const *envp[])4{5    puts("stop here"); // Set breakpoint here6    puts("hello");7    puts("Set tid-specific breakpoint here");8    return 0;9}10