Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
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
)
{}