Land the long talked about "type system rewrite" patch. This
[llvm/stm8.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;