Sign in
llvm
/
llvm-project
/
77ff6f7df8691a735a2dc979cdb44835dd2d41af
/
.
/
llvm
/
unittests
/
DebugInfo
/
PDB
/
Inputs
/
SimpleTest.cpp
blob: 5cd4030802c67203c7d6b4eb36ea8ebc0dac7423 [
file
] [
log
] [
blame
]
// Compile with "cl /c /Zi SimpleTest.cpp"
// Link with "link SimpleTest.obj /debug /nodefaultlib /entry:main"
int
main
()
{
return
0
;
}