aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/rt_signals.adb
blob: 7694a1142546abf322631da2ef2ab6ccd46f0ee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--  { dg-do run }

--  This program used to fail with a runtime built with assertions

procedure RT_Signals is
   task Task_A;

   task body Task_A is
   begin
      null;
   end Task_A;
begin
   null;
end RT_Signals;