MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail17976.d
blob4ecc092eae6bbca5795e6ed754f19f57f8f6c8ba
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail17976.d(11): Error: constructor `fail17976.S.this` parameter `this.a` is already defined
5 fail_compilation/fail17976.d(11): Error: constructor `fail17976.S.this` parameter `this.a` is already defined
6 ---
7 */
9 struct S
11 this(string a, string a, string a)
16 void main()