]> git.buserror.net Git - polintos/scott/priv.git/blob - idlcomp/tests/bug2.idl
Fix a couple compiler errors that GCC 4.0 noticed.
[polintos/scott/priv.git] / idlcomp / tests / bug2.idl
1 typedef int b;
2
3 namespace blah {
4         struct c : b {
5         };
6
7         struct b : a {
8         };
9         
10         struct a {
11         };
12 }
13