mirror of
https://github.com/dlang/dmd.git
synced 2025-04-28 14:10:11 +03:00
9 lines
247 B
D
9 lines
247 B
D
// REQUIRED_ARGS: -de
|
|
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/dephexstrings.d(9): Error: semicolon expected following auto declaration, not `"60"`
|
|
fail_compilation/dephexstrings.d(9): Error: declaration expected, not `"60"`
|
|
---
|
|
*/
|
|
enum xstr = x"60";
|