Sign in
llvm
/
llvm-project
/
2e114e3fda4ff6492eaafab0d38033ea17fa99fc
/
.
/
lldb
/
unittests
/
SymbolFile
/
PDB
/
Inputs
/
test-pdb-alt.cpp
blob: 33d7df0e4a82a9bf115163a738276dc575914121 [
file
] [
log
] [
blame
]
// Compile with "cl /c /Zi /GR- test-pdb-alt.cpp"
// Link with "link test-pdb.obj test-pdb-alt.obj /debug /nodefaultlib
// /entry:main /out:test-pdb.exe"
#include
"test-pdb.h"
int
bar
(
int
n
)
{
return
n
-
1
;
}