c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / gnat.dg / task1_pkg.adb
blobabd0a3657d9b19a3c396fc4704170c319e3b8278
1 package body Task1_Pkg is
2 task body Typ_Task is
3 begin
4 loop
5 null;
6 end loop;
7 end Typ_Task;
9 begin
10 null;
11 end Task1_Pkg;