1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/FrontendAda/global_constant.adb
2007-05-06 16:20:30 +00:00

6 lines
98 B
Ada

-- RUN: %llvmgcc -c %s -o /dev/null
package body Global_Constant is
begin
raise An_Error;
end;