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-09 10:05:41 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
c19065150b
llvm-6502
/
test
/
FrontendC
/
2007-04-17-ZeroSizeBitFields.c
5 lines
90 B
C
Raw
Normal View
History
Unescape
Escape
Use // not ; since this is C. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36219 91177308-0d34-0410-b5e6-96231b3b80d8
2007-04-17 20:50:33 +00:00
// PR 1332
// RUN: %llvmgcc %s -S -o /dev/null
New test case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36217 91177308-0d34-0410-b5e6-96231b3b80d8
2007-04-17 20:29:12 +00:00
struct
Z
{
int
a
:
1
;
int
:
0
;
int
c
:
1
;
}
z
;
Reference in New Issue
Copy Permalink