Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
static_pred1.ads
blob: 4364fc866c55375e242d69e45b19a531c8f89489 [
file
] [
log
] [
blame
]
generic
type T
is
private
;
package
Static_Pred1
is
procedure
Dummy
(
Value
:
T
);
end
Static_Pred1
;