c++, coroutines: Simplify separation of the user function body and ramp.
[official-gcc.git] / gcc / testsuite / gnat.dg / opt102.adb
blob2b5bec54c3d6867f3bfe9f647d1f8d3d0fc20f37
1 -- { dg-do run }
2 -- { dg-options "-O2 -gnata" }
4 with Opt102_Pkg; use Opt102_Pkg;
6 procedure Opt102 is
7 I, F : aliased Integer;
8 begin
9 I := Get (Two, F'Access, null);
10 end;