This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-11-19 01:13:25 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
640a0c1477
llvm-6502
/
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40436 91177308-0d34-0410-b5e6-96231b3b80d8
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36874 91177308-0d34-0410-b5e6-96231b3b80d8
2007-05-06 16:20:30 +00:00
package
body
Global_Constant
is
begin
raise
An_Error
;
end
;
Reference in New Issue
Copy Permalink