summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/lto19_pkg2.adb
blob: 70e731a521e38e78a53335be81003758b407265d (plain)
1
2
3
4
5
package body Lto19_Pkg2 is

  function UB return Natural is begin return 8; end;

end Lto19_Pkg2;