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-17 18:10:31 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
3982c2c8bc
llvm-6502
/
test
/
FrontendC
/
2002-12-15-GlobalBoolTest.c
6 lines
67 B
C
Raw
Normal View
History
Unescape
Escape
Remove obsolete -f flags. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79992 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-25 15:38:29 +00:00
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
Adding RUN lines. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17532 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-06 22:41:00 +00:00
Testcase identified by Brian Gaeke that breaks the C frontend... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5036 91177308-0d34-0410-b5e6-96231b3b80d8
2002-12-15 15:52:03 +00:00
_Bool
X
=
0
;
Reference in New Issue
Copy Permalink