When removing a function from the function set and adding it to deferred, we
[llvm.git] / test / FrontendAda / var_offset.adb
blob1d3ca98fa49d29c4f457894975414483aaf8c926
1 -- RUN: %llvmgcc -S %s -I%p/Support
2 package body Var_Offset is
3 function F (X : T) return Character is
4 begin
5 return X.Bad_Field;
6 end;
7 end;