Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / compile_time_error1_pkg.ads
blob92238577246f02e44bf8719ec4e83af4f3831120
1 generic
3 type T is private;
5 package Compile_Time_Error1_Pkg is
7 pragma Compile_Time_Error (T'Size not in 8 | 16 | 32, "type too large");
9 Data : T;
11 end Compile_Time_Error1_Pkg;