4 type X
(<>) is limited private;
6 pragma Warnings
(gnatprove
, Off
,
7 "volatile function ""Init"" has no volatile effects",
8 reason
=> "Init is a pure function but returns a volatile type.");
14 type A
is limited record
19 -- and Async_Readers when implemented;
21 type X
is limited new A
;