blob: b4ef37c1c84a330159a603387f6fbd38005a529f [file] [log] [blame]
package Task2_Pkg is
type T is task Interface;
task type T2 is new T with end;
end Task2_pkg;