Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
dephexstrings.d
blob: 553a0c64a20af59cde7821d4fa75c6feaffd21e0 [
file
] [
log
] [
blame
]
// 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"
;