Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
fail15361.d
blob: 8e5f9800a816e7e3050fce80b35fdea12f00a62b [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/fail15361.d(8): Error: unexpected `(` after `errorize`, inside `is` expression. Try enclosing the contents of `is` with a `typeof` expression
---
*/
enum
isErrorizable
(
T
)
=
is
(
errorize
(
T
.
init
));