Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / prot8.adb
blobc39044853b67d32683dd58f88745d33b3ab04463
1 -- { dg-do compile }
3 package body Prot8 is
5 protected body Prot is
6 end Prot;
8 end Prot8;