Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / ghost5.adb
blob8aad8d4263319456f1844c24d17d8e53a76cb138
1 -- { dg-do compile }
3 package body Ghost5 is
4 procedure Foo is null;
5 end Ghost5;