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

6 lines
60 B
C

#include "stub.h"
void foo() {
puts("Hello world!\n");
}