int main() { int x = sizeof(struct { int a; char b; }); return 0; }