2018-03-15 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gnat.dg / lto8_pkg.adb
blobde4c2a75797723dbef6b01d5e834d716a7fb47f4
1 -- { dg-options "-gnatws" }
3 package body Lto8_Pkg is
5 protected body Protected_Queue_T is
6 entry Seize when True is begin null; end;
7 end Protected_Queue_T;
9 end Lto8_Pkg;