blob: 3afcfcc83da5a5d6e9f349f5c4a8e8fcbd79c0bb [file] [log] [blame]
package Import1 is
type Arr is array (Positive range <>) of Integer;
procedure Create (Bounds : Arr);
end Import1;