Sign in
llvm
/
llvm-project
/
llvm
/
847eaac01e8d015644c082f85671fe93b9a26e24
/
.
/
test
/
DebugInfo
/
PDB
/
Inputs
/
empty.cpp
blob: 6021aca7bfc181d24f383a515ee972849c9f3a21 [
file
] [
log
] [
blame
]
// Build with "cl.exe /Zi empty.cpp /link /debug /nodefaultlib /entry:main"
void
*
__purecall
=
0
;
int
main
()
{
return
42
;
}