Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
CodeGen
/
2007-03-26-ZeroWidthBitfield.c
blob: 0bf42ad4f9548a13172a6f35fb64c1025202aa81 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 %s -emit-llvm -o -
struct
Z
{
int
:
0
;
}
z
;