2008-05-30 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gnat.dg / incomplete2.adb
blob19c83609b01c01393f67bacc4c7ab0505bfe9606
1 -- { dg-do compile }
2 -- { dg-excess-errors "instantiation abandoned" }
3 with Incomplete1;
4 package body Incomplete2 is end Incomplete2;