Welcome to mirror list, hosted at ThFree Co, Russian Federation.

inline-foo.c « Inputs « X86 « test « bolt - github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 89fa82f832d6cebb9677629834322efd3706bf48 (plain)
1
2
3
4
5
// don't include stdio as the test is linked with -nostdlib

void foo() {
  puts("Hello world!\n");
}