llvm-project/bolt/test/X86/Inputs/inline-main.c

6 lines
55 B
C

extern void foo();
int main() {
foo();
return 0;
}