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: 1307c13f22ab4cbb48ee0f73ec19822a492b0a44 (plain)
1
2
3
4
5
#include "stub.h"

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