Add spliceFunction to the CallGraph interface. This allows users to efficiently
[llvm.git] / test / FrontendAda / global_constant.adb
blob330f97b5d0e0d4bf6871a409ba201a5001e8b49d
1 -- RUN: %llvmgcc -S %s -I%p/Support
2 package body Global_Constant is
3 begin
4 raise An_Error;
5 end;