structs mostly working

This commit is contained in:
pommicket 2022-01-27 10:57:18 -05:00
parent d036dcc5ac
commit 539f23eaec
4 changed files with 84 additions and 37 deletions

View file

@ -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];