1#ifndef FUNCTION_LEVEL_LINKING_TEST_H
2#define FUNCTION_LEVEL_LINKING_TEST_H
3
4int bar() {
5 return 0;
6}
7
8int baz() {
9 return 0;
10}
11
12#endif
13

source code of lldb/test/Shell/SymbolFile/PDB/Inputs/FunctionLevelLinkingTest.h