blob: 1d3ca98fa49d29c4f457894975414483aaf8c926 [file] [log] [blame]
-- RUN: %llvmgcc -S %s -I%p/Support
package body Var_Offset is
function F (X : T) return Character is
begin
return X.Bad_Field;
end;
end;