blob: 375cf66f5797464dd04c33a206a81218fc540a64 [file] [log] [blame]
-- { dg-do compile }
package limited1 is
pragma Pure;
type Buffer is limited interface;
type Synchronous_Buffer_Type is synchronized interface and Buffer;
private
end limited1;