Sign in
◑
Theme
llvm
/
llvm-project
/
lldb
/
refs/heads/master
/
.
/
test
/
Shell
/
SymbolFile
/
NativePDB
/
Inputs
/
FunctionLevelLinkingTest.h
blob: a54ac1ce8c9f45768d22d748df08becddd343aa9 [
file
] [
edit
]
// clang-format off
#ifndef
FUNCTION_LEVEL_LINKING_TEST_H
#define
FUNCTION_LEVEL_LINKING_TEST_H
int
bar
()
{
return
0
;
}
int
baz
()
{
return
0
;
}
#endif