mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-29 23:12:55 +01:00
71637785d6
llvm-svn: 8228
9 lines
100 B
C
9 lines
100 B
C
|
|
struct foo {
|
|
unsigned int I:1;
|
|
unsigned char J[1][123];
|
|
unsigned int K:1;
|
|
};
|
|
|
|
struct foo F;
|