fix PR5733, a case where we'd replace an add with a lexically identical
[oota-llvm.git] / test / FrontendAda / Support / global_constant.ads
1 package Global_Constant is
2    pragma Elaborate_Body;
3    An_Error : exception;
4 end;