Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
cf14ae550051002283eabfb4dcbd67fa71f46f67
/
.
/
test
/
FrontendAda
/
array_range_ref.adb
blob: ae9bdc6cfcdf66a35cf2590588c484ba08d0aec1 [
file
] [
log
] [
blame
]
--
RUN
:
%
llvmgcc
-
c
%
s
procedure
Array_Range_Ref
is
A
:
String
(
1
..
3
);
B
:
String
:=
A
(
A
'RANGE)(1 .. 3);
begin
null;
end;