repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Recommit "rL366894: [yaml2obj] - Allow custom fields for the SHT_UNDEF sections."
[llvm-complete.git]
/
test
/
tools
/
llvm-pdbutil
/
Inputs
/
LoadAddressTest.cpp
blob
10abcab8b71789e8c4842bb42a6a154fce340828
1
// Compile with "cl /c /Zi /GR- LoadAddressTest.cpp"
2
// Link with "link LoadAddressTest.obj /debug /nodefaultlib /entry:main"
3
4
int
main
(
int
argc
,
char
**
argv
) {
5
return
0
;
6
}