* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type>: Don't
[official-gcc.git] / gcc / testsuite / gnat.dg / debug12.adb
blobc236dc474d98e2c9330eba758a1cb0e657beb141
1 -- { dg-do compile }
2 -- { dg-options "-cargs -gdwarf-4 -fdebug-types-section -dA -margs" }
3 -- { dg-final { scan-assembler-times "DW_AT_location" 4 } }
5 package body Debug12 is
6 function Get_A2 return Boolean is
7 begin
8 return A2;
9 end Get_A2;
10 end Debug12;