blob: b9c1671d78103ec91bfb068913ec78def2cd6d14 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail4206.d(9): Error: initializer must be an expression, not `s`
---
*/
struct s {}
enum var = s;
void main() {}