1 2 3 4 5 6 7
-- 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;