hanchenye-llvm-project/llvm/test/FrontendAda/global_constant.adb

6 lines
98 B
Ada

-- RUN: %llvmgcc -c %s -I%p/Support
package body Global_Constant is
begin
raise An_Error;
end;