xref
: /
llvm-project
/
bolt
/
test
/
X86
/
Inputs
/
asm_main.c
(revision f808ea00bd77065270cf5f25495f86b33cd4497c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
int
main
() {
2
foo
();
3
return
0;
4
}
5