Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
d22fe2b51f553f7eca200cd22b9e2247f9aea2ff
/
.
/
test
/
FrontendAda
/
unc_constructor.adb
blob: bc3002c6a95bd514914eef9e1ff9610573eb5952 [
file
] [
log
] [
blame
]
--
RUN
:
%
llvmgcc
-
c
%
s
-
I
%
p
/
Support
package
body
Unc_Constructor
is
procedure P
(
X
:
A
)
is
begin
if
X
=
A0
then
null
;
end
if
;
end
;
end
;