This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-10-30 23:42:52 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
aeddf14f03
llvm-mirror
/
test
/
Regression
/
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. llvm-svn: 9757
2003-11-06 22:13:45 +01:00
// RUN: %llvmgcc -xc %s -c
New testcase distilled from GNU Go llvm-svn: 7930
2003-08-18 04:57:31 +02:00
int test(_Bool pos, _Bool color) {
return 0;
return (pos && color);
}
Reference in New Issue
Copy Permalink