MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / staticassertargs.d
blob9591fd809a90922dca53b81891c51392a044fe2e
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/staticassertargs.d(9): Error: static assert: abcxe3!!
5 ---
6 */
8 enum e = "!!";
9 static assert(false, "abc", ['x', 'e'], 3, e);