ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gnat.dg/volatile12.ads

8 lines
136 B
Ada
Raw Permalink Normal View History

2024-04-01 15:19:46 +00:00
package Volatile12 is
type Arr is array (Integer range <>) of Integer with Volatile;
procedure Proc (A : Arr);
end Volatile12;