runtime: allow preemption in fast syscall return
[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;