aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/volatile12.ads
blob: c37d249aa0ac2cd29125082b36da44e667a4171e (plain)
1
2
3
4
5
6
7
package Volatile12 is

   type Arr is array (Integer range <>) of Integer with Volatile;

   procedure Proc (A : Arr);

end Volatile12;