]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/gdc.test/fail_compilation/diag3438b.d
46a197d2a24958006077e13aaa77882b975f4956
[gcc.git] / gcc / testsuite / gdc.test / fail_compilation / diag3438b.d
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/diag3438b.d(9): Error: default argument expected for `y`
5 ---
6 */
7
8 // Make sure the deprecation doesn't interfere w/ the check for default arguments
9 struct S { this(int x = 1, int y) { } }
This page took 0.038268 seconds and 4 git commands to generate.