d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / ice12397.d
blob015e023009207f3b76be51954637f4589061a04c
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/ice12397.d(12): Error: undefined identifier `tokenLookup`
5 ---
6 */
8 struct DSplitter
10 enum Token : int
12 max = tokenLookup.length
15 immutable string[Token.max] tokenText;