blob: 291f91d4eebdd6b9bb3d26b4074fc07d9e98e20e [file] [log] [blame]
Duncan Sands2b5243d2010-11-25 21:21:59 +00001-- RUN: %llvmgcc -S %s -I%p/Support
Chris Lattner412c70e2007-04-03 21:46:22 +00002package body Var_Size is
3 function A (X : T) return String is
4 begin
5 return X.A;
6 end;
7end;