blob: 1d3ca98fa49d29c4f457894975414483aaf8c926 [file] [log] [blame]
Duncan Sands2b5243d2010-11-25 21:21:59 +00001-- RUN: %llvmgcc -S %s -I%p/Support
Duncan Sands338b4622008-01-03 11:53:52 +00002package body Var_Offset is
3 function F (X : T) return Character is
4 begin
5 return X.Bad_Field;
6 end;
7end;