mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-19 17:37:24 +00:00
8 lines
140 B
Ada
8 lines
140 B
Ada
|
-- RUN: %llvmgcc -c %s -o /dev/null
|
||
|
package body Var_Size is
|
||
|
function A (X : T) return String is
|
||
|
begin
|
||
|
return X.A;
|
||
|
end;
|
||
|
end;
|