blob: c37d249aa0ac2cd29125082b36da44e667a4171e [file] [log] [blame]
package Volatile12 is
type Arr is array (Integer range <>) of Integer with Volatile;
procedure Proc (A : Arr);
end Volatile12;