compiler: give error for non-int arguments to make
[official-gcc.git] / gcc / testsuite / gnat.dg / taft_type4.adb
blobf6758638a63d1d8f83ed710cb9a45965a73fc17c
1 -- { dg-do compile }
2 -- { dg-options "-O -gnatn" }
4 with Taft_Type4_Pkg; use Taft_Type4_Pkg;
6 procedure Taft_Type4 is
7 Obj : T;
8 begin
9 Proc (Obj);
10 end;