]> git.buserror.net Git - polintos/scott/priv.git/blob - idlcomp/tests/bug.idl
Initial checkin from Perforce.
[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    };