index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
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;