aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/lto24_pkg2.adb
blob: 12fb34e5750184c6a8c03c51d50ebd7a6ee531d5 (plain)
1
2
3
4
5
6
7
8
package body Lto24_Pkg2 is

  function Get return Natural is
  begin
    return 16;
  end;

end Lto24_Pkg2;