repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline.
[llvm/avr.git]
/
test
/
FrontendAda
/
global_constant.adb
blob
ce9f406dba58b89d654bcf4ffefbd486bb9f2543
1
-- RUN: %llvmgcc -c %s -I%p/Support
2
package body
Global_Constant
is
3
begin
4
raise
An_Error
;
5
end
;