c++: constrained lambda error-recovery [PR108972]
[official-gcc.git] / gcc / testsuite / gnat.dg / inline18_gen2.ads
blobca6302b694b71535d190d9a1acf730f8ec6ec4df
1 generic
3 type Interval_T is private;
5 package Inline18_Gen2 is
7 type T is new Integer;
9 function Func (I : Interval_T) return T;
11 end Inline18_Gen2;