MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail5634.d
blobe2442e65593ffa7c78f755f058b08eaf368bd8c1
1 /*
2 TEST_OUTPUT:
3 ----
4 fail_compilation/fail5634.d(9): Error: function `D main()` conflicts with previous declaration at fail_compilation/fail5634.d(8)
5 ---
6 */
8 void main() { }
9 void main() { }