* gcc-interface/decl.c (change_qualified_type): New static function.
[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;