Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
dfb3d5bb60a50bf2f217ea3e1bee61b4f82d69a9
/
.
/
test
/
FrontendAda
/
unc_constructor.adb
blob: e32c04a2e0192589392e86bc33d12a56d83c6b3d [
file
] [
log
] [
blame
]
Dan Gohman
f17a25c
2007-07-18 16:29:46 +0000
[
diff
] [
blame
]
1
--
RUN
:
%
llvmgcc
-
c
%
s
-
o
/
dev
/
null
2
package
body
Unc_Constructor
is
3
procedure P
(
X
:
A
)
is
4
begin
5
if
X
=
A0
then
6
null
;
7
end
if
;
8
end
;
9
end
;