repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add spliceFunction to the CallGraph interface. This allows users to efficiently
[llvm.git]
/
test
/
FrontendAda
/
global_constant.adb
blob
330f97b5d0e0d4bf6871a409ba201a5001e8b49d
1
-- RUN: %llvmgcc -S %s -I%p/Support
2
package body
Global_Constant
is
3
begin
4
raise
An_Error
;
5
end
;