Sign in
llvm
/
llvm-project
/
2e114e3fda4ff6492eaafab0d38033ea17fa99fc
/
.
/
lldb
/
unittests
/
SymbolFile
/
PDB
/
Inputs
/
test-pdb.h
blob: c935de334d73e276c6eea86a969bf2a0ab75ce44 [
file
] [
log
] [
blame
]
#ifndef
TEST_PDB_H
#define
TEST_PDB_H
#include
"test-pdb-nested.h"
int
bar
(
int
n
);
inline
int
foo
(
int
n
)
{
return
baz
(
n
)
+
1
;
}
#endif