MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail20163.d
blob67df48b0fc27681c0f2a4418237a5262a5c47e13
1 // REQUIRED_ARGS: -de
2 // EXTRA_FILES: imports/fail20164.d
3 /*
4 TEST_OUTPUT:
5 ---
6 fail_compilation/fail20163.d-mixin-11(11): Deprecation: module `imports.fail20164` is deprecated
7 ---
8 */
9 module fail20163;
11 mixin("import imports.fail20164;");