OSDN Git Service

gcc/testsuite/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / incomplete2.adb
1 -- { dg-do compile }
2 -- { dg-excess-errors "instantiation abandoned" }
3 with Incomplete1;
4 package body Incomplete2 is end Incomplete2;