repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
test
/
DebugInfo
/
PDB
/
Inputs
/
empty.cpp
blob
6021aca7bfc181d24f383a515ee972849c9f3a21
1
// Build with "cl.exe /Zi empty.cpp /link /debug /nodefaultlib /entry:main"
2
3
void
*
__purecall
=
0
;
4
5
int
main
() {
6
return
42
;
7
}