structs mostly working
This commit is contained in:
parent
d036dcc5ac
commit
539f23eaec
4 changed files with 84 additions and 37 deletions
|
@ -13,7 +13,7 @@ typedef struct A {
|
|||
long double c;
|
||||
unsigned long d;
|
||||
char e[3];
|
||||
char c[2];
|
||||
char d;
|
||||
long f;
|
||||
} A;
|
||||
|
||||
typedef int x[(int)&((struct A*)0)->e];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue