d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail19913.d
blobc880923ae407d3be405238e82e3dce2518a954c2
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail19913.d(11): Error: no property `b` for `a` of type `int`
5 fail_compilation/fail19913.d(11): Error: mixin `fail19913.S.b!()` is not defined
6 ---
7 */
9 struct S
11 mixin a.b;
12 enum { a }