repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove wasteful caching. This isn't needed for correctness because any function
[llvm.git]
/
test
/
FrontendC
/
2007-04-17-ZeroSizeBitFields.c
blob
ec7b7ea273f41874fbcbf9b0d456331f51f64208
1
// PR 1332
2
// RUN: %llvmgcc %s -S -o /dev/null
3
4
struct
Z
{
int
a
:
1
;
int
:
0
;
int
c
:
1
; }
z
;