Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / discr54.adb
bloba16e75c81df472275b12fa549079ee01d8bf9467
1 -- { dg-do compile }
3 with Discr54_Pkg;
4 pragma Unreferenced (Discr54_Pkg);
6 procedure Discr54 is
7 begin
8 null;
9 end Discr54;