blob: 71e7e102d05b61ec92e8deba9d0e5aaa33f025e5 [file] [log] [blame]
-- RUN: %llvmgcc -S %s -I%p/Support
package body Non_LValue is
function A (Y : U) return String is
begin
return Y.X.B;
end;
end;