Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / task2_pkg.ads
blobb4ef37c1c84a330159a603387f6fbd38005a529f
1 package Task2_Pkg is
2 type T is task Interface;
3 task type T2 is new T with end;
4 end Task2_pkg;