Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
rt_signals.adb
blob: 7694a1142546abf322631da2ef2ab6ccd46f0ee1 [
file
] [
log
] [
blame
]
--
{
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
;