#include <stdio.h>
struct little_struct {
int array[5];
};
struct big_struct {
struct little_struct my_little_struct;
};
int main(void) {
struct big_struct my_big_struct = { { {1, 2, 3, 4, 5} } };
int i;
for (i = 0; i < 5; i++) {
printf("%d\n", my_big_struct.
my_little_struct.
array[i
]); }
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgpzdHJ1Y3QgbGl0dGxlX3N0cnVjdCB7CiAgICBpbnQgYXJyYXlbNV07Cn07CgpzdHJ1Y3QgYmlnX3N0cnVjdCB7CiAgICBzdHJ1Y3QgbGl0dGxlX3N0cnVjdCBteV9saXR0bGVfc3RydWN0Owp9OwoKaW50IG1haW4odm9pZCkgewogICAgc3RydWN0IGJpZ19zdHJ1Y3QgbXlfYmlnX3N0cnVjdCA9IHsgeyB7MSwgMiwgMywgNCwgNX0gfSB9OwogICAgaW50IGk7CiAgICBmb3IgKGkgPSAwOyBpIDwgNTsgaSsrKSB7CiAgICAgICAgcHJpbnRmKCIlZFxuIiwgbXlfYmlnX3N0cnVjdC5teV9saXR0bGVfc3RydWN0LmFycmF5W2ldKTsKICAgIH0KICAgIHJldHVybiAwOwp9