* fi.po: Update.
[official-gcc.git] / gcc / testsuite / gnat.dg / opt56.ads
blob31ee195325460c930281a8bf82309f5ec5b90bb4
1 package Opt56 is
3 type Vector is array (Positive range <>) of Float;
5 function F (Values : Vector) return Boolean;
7 end Opt56;