Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
runnable
/
imports
/
test10736b.d
blob: 1aa49d837e5997778cda892a0309060e7888ffe1 [
file
] [
log
] [
blame
]
module
imports
.
test10736b
;
version
(
A
)
import
std
.
range
;
else
import
imports
.
test10736c
;
void
main
()
{
int
[]
arr
=
[
0
,
1
,
2
,
3
];
auto
x
=
chunks
(
arr
,
4
);
// error
import
core
.
stdc
.
stdio
;
printf
(
"success\n"
);
}