Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
31ccb51a7f1b6fddaa684095d78c4532598cf51d
/
.
/
llvm
/
test
/
tools
/
llvm-pdbdump
/
Inputs
/
LoadAddressTest.cpp
blob: bb6ed4ac55348d6a1ccd8fe0bc7988e4113fc785 [
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
;
}