d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail15361.d
blob8e5f9800a816e7e3050fce80b35fdea12f00a62b
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail15361.d(8): Error: unexpected `(` after `errorize`, inside `is` expression. Try enclosing the contents of `is` with a `typeof` expression
5 ---
6 */
8 enum isErrorizable(T) = is(errorize(T.init));