Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / ghost7.ads
blob4042aa33a9438ef322cd7ddb1e64f7a2d9719384
1 pragma Restrictions (No_Exception_Propagation);
3 package Ghost7 is
4 type Word64 is mod 2**64;
5 type My_Array_Type is array (Word64) of Boolean;
6 My_Array : My_Array_Type with Ghost;
7 procedure Dummy;
8 end Ghost7;