c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / gnat.dg / entry1.ads
blob7dcc7b5c38d5730bd4c4520fe8d3ca6b7e8f5c66
1 PACKAGE Entry1 IS
2 FUNCTION pt (t : IN Float) RETURN Natural;
3 FUNCTION pt2 (t : IN Float) RETURN Natural;
4 END Entry1;