This website requires JavaScript.
Explore
Help
Register
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
2025-01-09 13:21:30 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
71cdbd5d44
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 13:41:53 +00:00
-- RUN: %llvmgcc -c %s -I%p/Support
Testcase for yet another global constant Ada f-e bug. llvm-svn: 36874
2007-05-06 16:20:30 +00:00
package
body
Global_Constant
is
begin
raise
An_Error
;
end
;
Reference in New Issue
Copy Permalink