blob: bffcb973265b21b29fde813586f70e8d7920f305 [file] [log] [blame]
-- RUN: %llvmgcc -S -O2 %s -I%p/Support -o - | grep 6899714
package body Element_Copy is
function F return VariableSizedField is
X : VariableSizedField;
begin
return X;
end;
end;