brintos

brintos / llvm-project-archived public Read only

0
0
Text · 75 B · a4b4f47 Raw
8 lines · c
1#include <stdio.h>2 3void4some_func()5{6  printf("Set breakpoint here.");7}8