Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
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
;