d: Merge upstream dmd 47871363d, druntime, c52e28b7, phobos 99e9c1b77.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / dephexstrings.d
blob553a0c64a20af59cde7821d4fa75c6feaffd21e0
1 // REQUIRED_ARGS: -de
2 /*
3 TEST_OUTPUT:
4 ---
5 fail_compilation/dephexstrings.d(9): Error: semicolon expected following auto declaration, not `"60"`
6 fail_compilation/dephexstrings.d(9): Error: declaration expected, not `"60"`
7 ---
8 */
9 enum xstr = x"60";