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
[AMDGPU] Mark AGPR tuple implicit in the first instr of AGPR spills. (#115285)
[llvm-project.git]
/
lldb
/
unittests
/
SymbolFile
/
PDB
/
Inputs
/
test-pdb.cpp
blob
77956acd8750c94def5539de34504ce9db4cff8d
1
// Compile with "cl /c /Zi /GR- test-pdb.cpp"
2
// Link with "link test-pdb.obj /debug /nodefaultlib /entry:main
3
// /out:test-pdb.exe"
4
5
#include
"test-pdb.h"
6
7
int
__cdecl
_purecall
(
void
) {
return
0
; }
8
9
int
main
(
int
argc
,
char
**
argv
) {
return
foo
(
argc
) +
bar
(
argc
); }