1 -- { dg-do compile { target *-*-linux* } }
2 -- { dg-options "-gnatws" }
4 procedure Trampoline3
is
8 type FuncPtr
is access function (I
: Integer) return Integer;
10 function F
(I
: Integer) return Integer is
15 P
: FuncPtr
:= F
'Access;
22 -- { dg-final { scan-assembler-not "GNU-stack.*x" } }