ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gnat.dg/sso9.adb

11 lines
138 B
Ada

-- { dg-do compile }
-- { dg-options "-O3 -gnatws" }
with SSO9_Pkg; use SSO9_Pkg;
procedure SSO9 is
A : Arr;
begin
Proc (A);
end;