Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
CodeGen
/
2003-08-29-StructLayoutBug.c
blob: 0f45fc94e340a1e517f8c3026ef11276e7f3e52f [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
struct
foo
{
unsigned
int
I
:
1
;
unsigned
char
J
[
1
];
unsigned
int
K
:
1
;
};
void
test
(
struct
foo
*
X
)
{}