view gcc/testsuite/gnat.dg/lto24_pkg2.adb @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents
children
line wrap: on
line source

package body Lto24_Pkg2 is

  function Get return Natural is
  begin
    return 16;
  end;

end Lto24_Pkg2;