Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gnat.dg
/
task2_pkg.ads
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
;