testcase for PR1446
[oota-llvm.git] / test / FrontendAda / global_constant.adb
1 -- RUN: %llvmgcc -c %s -o /dev/null
2 package body Global_Constant is
3 begin
4    raise An_Error;
5 end;