Sign in
rust
/
rust-lang
/
llvm-project
/
35c537490f7804c0a68fcabcd20ecf96357b74ff
/
.
/
lldb
/
lit
/
SymbolFile
/
PDB
/
Inputs
/
FunctionLevelLinkingTest.cpp
blob: fa0030bacbf3ec033e7ea08e28354d4bfb3f583a [
file
] [
log
] [
blame
]
#include
"FunctionLevelLinkingTest.h"
int
foo
()
{
return
0
;
}
int
main
()
{
return
foo
()
+
bar
()
+
baz
();
}