MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / test18480.d
blob49f306ba9884f93c487d9582df27842190ca47a4
1 // REQUIRED_ARGS: -i
2 /*
3 TEST_OUTPUT:
4 ---
5 fail_compilation/imports/test18480a.d(2): Error: `alias TestTemplate = TestTemplate;` cannot alias itself, use a qualified name to create an overload set
6 ---
7 https://issues.dlang.org/show_bug.cgi?id=18480
8 */
10 import imports.test18480a : TestTemplate;