OSDN Git Service

* gcc.c-torture/compile/20080625-1.c: Skip for M32C.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / dispatch1_p.ads
1 package dispatch1_p is
2    type I1 is interface;
3    type DT_I1 is new I1 with null record;
4 end;