typedef struct thing { int x; char y; } thing_t; int main(void) { thing_t* t; int x = t->x; }