PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gnat.dg / test_debug1.adb
blobf4d362f30bbb8650098696bc8c332885c91970c2
1 -- { dg-do compile }
2 -- { dg-options "-g" }
4 with debug1; use debug1;
5 procedure test_debug1 is
6 Blob : Meta_Data;
7 begin
8 null;
9 end;