Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / rt_signals.adb
blob7694a1142546abf322631da2ef2ab6ccd46f0ee1
1 -- { dg-do run }
3 -- This program used to fail with a runtime built with assertions
5 procedure RT_Signals is
6 task Task_A;
8 task body Task_A is
9 begin
10 null;
11 end Task_A;
12 begin
13 null;
14 end RT_Signals;