blob: b0f31b5aea409abd51a56f0e56b2cf6cba972719 [file] [log] [blame]
/* PERMUTE_ARGS:
* TEST_OUTPUT:
---
fail_compilation/fail19913.d(11): Error: no property `b` for type `int`
fail_compilation/fail19913.d(11): Error: mixin `fail19913.S.b!()` is not defined
---
*/
struct S
{
mixin a.b;
enum { a }
}