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: 12c737a67b89f2740941eeb16c0a7c423f7d2021 (plain)
1
2
3
4
5
#include <stdio.h>

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