Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / assertion_policy1.adb
blob1b773c4068716001a5480a6ead116f4bc8afc77d
1 -- { dg-do run }
2 -- { dg-options "-gnata" }
4 with Ada.Text_IO; use Ada.Text_IO;
5 with Assertion_Policy1_Pkg; use Assertion_Policy1_Pkg;
7 procedure Assertion_Policy1 is
8 begin
9 Proc (2, 1);
11 exception
12 when others =>
13 Put_Line ("ERROR: unexpected exception");
14 raise;
15 end Assertion_Policy1;