Use a ManagedCleanup to prevent leaking the PassRegistrar map. In breaks the
[oota-llvm.git] / test / FrontendAda / Support / global_constant.ads
1 package Global_Constant is
2    pragma Elaborate_Body;
3    An_Error : exception;
4 end;