2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gnat.dg / specs / debug1.ads
blobde0a7b90798b44da94a3e7c6b4f1c2ca98245930
1 -- { dg-do compile { target *-*-linux* } }
2 -- { dg-options "-gdwarf-2 -cargs -dA -margs" }
4 package Debug1 is
6 function N return Integer;
7 pragma Import (Ada, N);
9 type Arr is array (-N .. N) of Boolean;
10 A : Arr;
12 end Debug1;
14 -- { dg-final { scan-assembler-times "DW_AT_artificial" 15 } }