This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
f46c37c0de
llvm-project
/
llvm
/
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 21:41:53 +08:00
-- RUN: %llvmgcc -c %s -I%p/Support
Testcase for yet another global constant Ada f-e bug. llvm-svn: 36874
2007-05-07 00:20:30 +08:00
package
body
Global_Constant
is
begin
raise
An_Error
;
end
;