This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
test
/
CodeGen
/
2008-12-02-logical-or-fold.c
5 lines
93 B
C
Raw
Normal View
History
Unescape
Escape
Updaet clang to 92395.
2010-01-01 10:34:51 +00:00
// RUN: %clang_cc1 -emit-llvm -o - %s | grep "store i32 1"
Import Clang, at r72732.
2009-06-02 17:58:47 +00:00
// PR3150
int
a
(
)
{
return
1
|
|
1
;
}
Reference in New Issue
Copy Permalink