• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1-- 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;
9