2017-09-26 Thomas Koenig <tkoenig@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gnat.dg / volatile12.adb
blob91f3831ecde865ecd0e619483403c52518c726c8
1 -- { dg-do compile }
3 package body Volatile12 is
5 procedure Proc (A : Arr) is begin null; end;
7 end Volatile12;