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-02 07:11:49 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
834eb40f44
llvm-6502
/
test
/
FrontendC
/
2004-05-21-IncompleteEnum.c
6 lines
86 B
C
Raw
Normal View
History
Unescape
Escape
Add -w to inhibit gcc warnings, which causes the harness to fail the tests. The warning all appear legitimate. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52186 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-10 18:00:09 +00:00
// RUN: %llvmgcc -w -S %s -o - | llvm-as -f -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
new testcase for PR326 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13098 91177308-0d34-0410-b5e6-96231b3b80d8
2004-04-21 18:49:35 +00:00
void
test
(
enum
foo
*
X
)
{
}
Reference in New Issue
Copy Permalink