remove unused files
[platform/upstream/gcc48.git] / gcc / testsuite / gnat.dg / incomplete1.ads
1 package Incomplete1 is
2    type T is null record;
3 end Incomplete1;