repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Typo fix; NFC
[llvm-project.git]
/
llvm
/
unittests
/
DebugInfo
/
PDB
/
Inputs
/
SimpleTest.cpp
blob
5cd4030802c67203c7d6b4eb36ea8ebc0dac7423
1
// Compile with "cl /c /Zi SimpleTest.cpp"
2
// Link with "link SimpleTest.obj /debug /nodefaultlib /entry:main"
3
4
int
main
() {
return
0
; }