Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
sso10_pkg.ads
blob: c1c4d5cfe410c17a1b685b4633f3603de6d6da45 [
file
] [
log
] [
blame
]
pragma
Default_Scalar_Storage_Order
(
High_Order_First
);
package
SSO10_Pkg
is
type
Root
is
tagged
null
record
;
procedure
Run
(
R
:
Root
)
is
null
;
end
SSO10_Pkg
;