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

asm_main.c « Inputs « X86 « test « bolt - github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fa5f5c37984832267b479363904b0ae52da687dc (plain)
1
2
3
4
int main() {
  foo();
  return 0;
}