OSDN Git Service

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