/* Este es el bug 3 de http://www.ten15.org/, que aún no está resuelto,
   que yo sepa (Sun Dec 28 16:34:43 WET 2003) */


void
bla(void)
{
        struct foo { int bar; };
        static struct foo foo;
        struct foo bar = foo;
}