Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
ice11926.d
blob: 97ac4336502a7447fcb75ab72d220d3d86f043fb [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/ice11926.d(11): Error: no identifier for declarator `const(a)`
fail_compilation/ice11926.d(12): Error: no identifier for declarator `const(b)`
---
*/
enum
{
const
a
=
1
,
const
b
=
2
}