Sign in
rust
/
rust-lang
/
llvm-project
/
35c537490f7804c0a68fcabcd20ecf96357b74ff
/
.
/
llvm
/
test
/
tools
/
llvm-pdbdump
/
Inputs
/
LoadAddressTest.cpp
blob: 10abcab8b71789e8c4842bb42a6a154fce340828 [
file
] [
log
] [
blame
]
// Compile with "cl /c /Zi /GR- LoadAddressTest.cpp"
// Link with "link LoadAddressTest.obj /debug /nodefaultlib /entry:main"
int
main
(
int
argc
,
char
**
argv
)
{
return
0
;
}