Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
71287953e60d3437b51a69fd3f016b03f5011c52
/
.
/
test
/
FrontendAda
/
global_constant.adb
blob: ce9f406dba58b89d654bcf4ffefbd486bb9f2543 [
file
] [
log
] [
blame
]
Duncan Sands
2ceab52
2007-07-23 13:41:53 +0000
[
diff
] [
blame
]
1
--
RUN
:
%
llvmgcc
-
c
%
s
-
I
%
p
/
Support
Dan Gohman
f17a25c
2007-07-18 16:29:46 +0000
[
diff
] [
blame
]
2
package
body
Global_Constant
is
3
begin
4
raise
An_Error
;
5
end
;