blob: 9bf9bec062569883cd6b8ff6a9f9ec4268f276b1 [file] [log] [blame]
struct foo
{
char a;
} foo[100];
main ()
{
foo[1].a = '1';
foo[2].a = '2';
}