#include <stdio.h>
struct S {
struct {
long a;
int b;
};
int c;
};
struct S2 {
long a;
int b;
int c;
};
int main(void) {
struct S t;
struct S2 t2;
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgpzdHJ1Y3QgUyB7CglzdHJ1Y3QgeyAKCQlsb25nIGE7CgkJaW50IGI7Cgl9OwoJaW50IGM7Cn07CgpzdHJ1Y3QgUzIgewoKCQlsb25nIGE7CgkJaW50IGI7CgoJaW50IGM7Cn07CgppbnQgbWFpbih2b2lkKSB7CglzdHJ1Y3QgUyB0OwoJc3RydWN0IFMyIHQyOwoJcHJpbnRmKCIlZFxuIiwgc2l6ZW9mKHQpKTsKCXByaW50ZigiJWRcbiIsIHNpemVvZih0MikpOwoJCglyZXR1cm4gMDsKfQ==