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