Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
pure_function2.ads
blob: 5cb714093bd0c34fe2904a4c140d47cbb315ec93 [
file
] [
log
] [
blame
]
function
Pure_Function2
(
X
:
Integer
)
return
Integer
with
Pure_Function
;
pragma
Pure_Function
(
Pure_Function2
);
pragma
Pure_Function
(
Pure_Function2
);
pragma
Pure_Function
(
Pure_Function2
);