blob: 4510b0e9c9210936ee7c4492df951bbbcf53c919 [file] [log] [blame]
package Loop_Optimization21 is
type Item is new Float;
type Item_Vector is array (Positive range <>) of Item;
function Min (X : Item_Vector) return Item;
end Loop_Optimization21;