]> git.buserror.net Git - polintos/scott/priv.git/blob - idlcomp/tests/bug2.idl
Cause excessively large malloc()s to fail rather than assert.
[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