blob: 70b7304e6589494284332effac25b5a859d70c4e [file] [log] [blame]
int
a, b, c;
int d,
e, f;
void bar(void)
{
struct foobar
a = { 'x', 0 };
struct foobar
b = { 'y', 2 },
c = { 'z', 4 };
struct foobar d = { 'y', 2 },
e = { 'z', 4 };
}