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;