This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-01 08:23:21 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
bacc90a80d
llvm-mirror
/
test
/
FrontendAda
/
global_constant.adb
6 lines
98 B
Ada
Raw
Normal View
History
Unescape
Escape
For multipart tests, place the parts with no RUN line in Support. Give up on sending output to /dev/null - this cannot always be arranged. llvm-svn: 40436
2007-07-23 15:41:53 +02:00
-- RUN: %llvmgcc -c %s -I%p/Support
Testcase for yet another global constant Ada f-e bug. llvm-svn: 36874
2007-05-06 18:20:30 +02:00
package
body
Global_Constant
is
begin
raise
An_Error
;
end
;
Reference in New Issue
Copy Permalink