4 type I
is synchronized interface
;
11 protected type T1
is end T1
; -- { dg-error "must be a tagged type" }
12 task type T2
; -- { dg-error "must be a tagged type" }
13 type T3
is null record; -- { dg-error "must be a tagged type" }
14 task type T4
is new I
with end;
15 protected type T5
is new I
with end;
16 type T6
is tagged null record;