Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
ice12397.d
blob: 015e023009207f3b76be51954637f4589061a04c [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/ice12397.d(12): Error: undefined identifier `tokenLookup`
---
*/
struct
DSplitter
{
enum
Token
:
int
{
max
=
tokenLookup
.
length
}
immutable
string
[
Token
.
max
]
tokenText
;
}