brintos

brintos / llvm-project-archived public Read only

0
0
Text · 69 B · 225d299 Raw
4 lines · cpp
1#include <stdio.h>2extern void f();3void f() { puts("break here"); }4