mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 00:11:00 +00:00
1aeac022f5
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66791 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
200 B
Ada
9 lines
200 B
Ada
-- 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;
|