mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 16:16:45 +00:00
Yet another bit-field bug
llvm-svn: 8226
This commit is contained in:
parent
be7a6d2c43
commit
fbbf4db004
8
test/Regression/CFrontend/2003-08-29-StructLayoutBug.c
Normal file
8
test/Regression/CFrontend/2003-08-29-StructLayoutBug.c
Normal file
@ -0,0 +1,8 @@
|
||||
struct foo {
|
||||
unsigned int I:1;
|
||||
unsigned char J[1];
|
||||
unsigned int K:1;
|
||||
};
|
||||
|
||||
void test(struct foo *X) {}
|
||||
|
Loading…
Reference in New Issue
Block a user