OSDN Git Service

* gnat.dg/specs/iface_eq_test.ads,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / incomplete1.ads
1 package Incomplete1 is
2    type T is null record;
3 end Incomplete1;