Sign in
llvm
/
lldb
/
release_39
/
.
/
unittests
/
SymbolFile
/
PDB
/
Inputs
/
test-pdb-alt.cpp
blob: d36f15e53fb712447279f8852e7eb8aea7b514dc [
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
;
}