]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/gdc.test/fail_compilation/fail19913.d
d: Merge upstream dmd d579c467c1, phobos 88aa69b14.
[gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail19913.d
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 */
8
9 struct S
10 {
11 mixin a.b;
12 enum { a }
13 }
This page took 0.036575 seconds and 5 git commands to generate.