* gcc.dg/stack-check-5.c: Skip with -fstack-protector.
[official-gcc.git] / gcc / testsuite / gnat.dg / volatile12.ads
blobc37d249aa0ac2cd29125082b36da44e667a4171e
1 package Volatile12 is
3 type Arr is array (Integer range <>) of Integer with Volatile;
5 procedure Proc (A : Arr);
7 end Volatile12;