blob: 29274fa744ae71fd778e688abb59225965c392df (
plain)
1
2
3
4
5
6
7
8
|
-- RUN: %llvmgcc -S -O2 %s -I%p/Support -o - | grep 105 | count 2
package body Element_Copy is
function F return VariableSizedField is
X : VariableSizedField;
begin
return X;
end;
end;
|