aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/test_debug1.adb
blob: f4d362f30bbb8650098696bc8c332885c91970c2 (plain)
1
2
3
4
5
6
7
8
9
-- { dg-do compile }
-- { dg-options "-g" }

with debug1; use debug1;
procedure test_debug1 is
  Blob : Meta_Data;
begin
  null;
end;