]> git.buserror.net Git - polintos/scott/priv.git/blob - idlcomp/tests/bug.idl
Fix a couple compiler errors that GCC 4.0 noticed.
[polintos/scott/priv.git] / idlcomp / tests / bug.idl
1    typedef d b;
2
3    struct d {
4       int f;
5    };
6
7    struct a {
8       b c;
9    };