This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCS3/llvm.git
synced
2025-02-11 05:17:36 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm
/
test
/
CFrontend
/
2003-08-17-DeadCodeShortCircuit.c.tr
8 lines
103 B
Plaintext
Raw
Normal View
History
Unescape
Escape
All 'llvmgcc' tests should specify %llvmgcc so that the path is passed in by qmtest. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9757 91177308-0d34-0410-b5e6-96231b3b80d8
2003-11-06 21:13:45 +00:00
// RUN: %llvmgcc -xc %s -c
New testcase distilled from GNU Go git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7930 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-18 02:57:31 +00:00
int test(_Bool pos, _Bool color) {
return 0;
return (pos && color);
}
Reference in New Issue
Copy Permalink