index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
FrontendC
/
2007-04-17-ZeroSizeBitFields.c
blob: ec7b7ea273f41874fbcbf9b0d456331f51f64208 (
plain
)
1
2
3
4
// PR 1332
// RUN: %llvmgcc %s -S -o /dev/null
struct
Z
{
int
a
:
1
;
int
:
0
;
int
c
:
1
; }
z
;