MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / ice11513a.d
blob87ce0e13be47cf95c173312e56e36cf9c3e19c0f
1 /*
2 EXTRA_FILES: imports/ice11513x.d
3 TEST_OUTPUT:
4 ---
5 fail_compilation/imports/ice11513x.d(1): Error: package name 'ice11513a' conflicts with usage as a module name in file fail_compilation/ice11513a.d
6 ---
7 */
9 module ice11513a;
11 import imports.ice11513x;