* gcc.dg/stack-check-5.c: Skip with -fstack-protector.
[official-gcc.git] / gcc / testsuite / gnat.dg / array25.adb
blob68dd3cbe19d03861cc0fba9c991efb936e304738
1 -- { dg-do compile }
3 with Array25_Pkg;
5 procedure Array25 is
7 package My_Pkg is new Array25_Pkg (0, 0);
9 begin
10 null;
11 end;