fix a miscompilation of tramp3d-v4: when forming a memcpy, we have to make
[oota-llvm.git] / test / FrontendAda / global_constant.adb
1 -- RUN: %llvmgcc -S %s -I%p/Support
2 package body Global_Constant is
3 begin
4    raise An_Error;
5 end;