summaryrefslogtreecommitdiff
path: root/release_23/test/FrontendAda/global_constant.adb
blob: ce9f406dba58b89d654bcf4ffefbd486bb9f2543 (plain)
1
2
3
4
5
-- RUN: %llvmgcc -c %s -I%p/Support
package body Global_Constant is
begin
   raise An_Error;
end;