Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
task4.adb
blob: 9a97503389cc463bd08bac6dabd9c0d188cdd0f7 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
with
System
.
Multiprocessors
;
procedure
Task4
is
task type
Infinite_Loop
(
C
:
System
.
Multiprocessors
.
CPU_Range
)
with
CPU
=>
C
;
task body
Infinite_Loop
is
begin
loop
null
;
end
loop
;
end
Infinite_Loop
;
begin
null
;
end
Task4
;