mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
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;
|