blob: 20815af4775f0feff340d4ec36df3f13acf01cce [file] [log] [blame]
package body Loop_Optimization17_Pkg is
function F (V : Vector) return Vector is begin return V; end;
end Loop_Optimization17_Pkg;