This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCS3/llvm.git
synced
2024-12-20 02:58:10 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2d513dfb6f
llvm
/
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