summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/debug6.adb
blob: 25fdef206df91bf0a65c7d404f0c22ac2f03ff09 (plain)
1
2
3
4
5
6
7
8
9
10
-- { dg-do compile }
-- { dg-options "-g" }

with Debug6_Pkg; use Debug6_Pkg;

procedure Debug6 is
   V : Value := (Kind => Undefined);
begin
   Process (V);
end Debug6;