Daily bump.
[official-gcc.git] / gcc / testsuite / gnat.dg / lto5_pkg.ads
blob34d34926ea4607bcc9223551ac740f3755c5c803
1 pragma Eliminate (p, d);
3 package Lto5_Pkg is
4 type t is tagged null record;
5 procedure d (a : t);
6 end;