repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][Coroutines] Use structured binding with llvm::enumerate in CoroSplit (#116879)
[llvm-project.git]
/
lldb
/
unittests
/
SymbolFile
/
PDB
/
Inputs
/
test-pdb-alt.cpp
blob
33d7df0e4a82a9bf115163a738276dc575914121
1
// Compile with "cl /c /Zi /GR- test-pdb-alt.cpp"
2
// Link with "link test-pdb.obj test-pdb-alt.obj /debug /nodefaultlib
3
// /entry:main /out:test-pdb.exe"
4
5
#include
"test-pdb.h"
6
7
int
bar
(
int
n
) {
return
n
-
1
; }