This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-11-01 00:11:00 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
d2fb4d7906
llvm-6502
/
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