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: f67f6c481a42e111b1e0047fb3877339dfa234f0 (plain)
1
2
3
4
5
6
void foo(void);

int main() {
  foo();
  return 0;
}