OSDN Git Service

* gnat.dg/lto[12456].adb: Add "target lto" marker.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / lto5_pkg.adb
1 package body Lto5_Pkg is
2    procedure d (a : t) is
3    begin
4       null;
5    end;
6 end;