Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
fail18.d
blob: 848b65116f16790de6c5a782ed3621e19b60ad14 [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/fail18.d(14): Error: upper and lower bounds are needed to slice a pointer
---
*/
// 7/25
// Internal error: ..\ztc\cgcod.c 1464
void
main
()
{
int
x
=
3
;
int
[]
a
=
(&
x
)[];
}