c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / gnat.dg / loop_optimization22.ads
blobec3ac0d08337c593a0448bb1c35ad56661940300
1 package Loop_Optimization22 is
3 type Discrim_Type (Count : Positive) is null record;
5 procedure Foo (X : Discrim_Type);
7 end Loop_Optimization22;