blob: 157f3ddd287fb36c0a2b400272f68c4f70238a4e [file] [log] [blame]
Duncan Sands1b4b2562007-07-23 13:41:53 +00001-- RUN: %llvmgcc -c %s -I%p/Support
Chris Lattnere10988d2007-04-03 21:46:22 +00002package body Non_LValue is
3 function A (Y : U) return String is
4 begin
5 return Y.X.B;
6 end;
7end;