MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / depmsg15814.d
blob613576c256f236a657018c51d4bcc591e31da4c9
1 // REQUIRED_ARGS: -de
2 /*
3 TEST_OUTPUT:
4 ---
5 fail_compilation/depmsg15814.d(9): Deprecation: function `depmsg15814.get15814` is deprecated - bug15814
6 ---
7 */
8 deprecated("bug15814") int get15814() { return 0; }
9 enum val15814 = get15814();