blob: 29274fa744ae71fd778e688abb59225965c392df [file] [log] [blame]
Duncan Sands411c2852009-02-25 18:10:49 +00001-- RUN: %llvmgcc -S -O2 %s -I%p/Support -o - | grep 105 | count 2
2package body Element_Copy is
3 function F return VariableSizedField is
4 X : VariableSizedField;
5 begin
6 return X;
7 end;
8end;