(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
ice13245.d
// REQUIRED_ARGS: -o-
// PERMUTE_ARGS:

template T(alias f) {}
static assert(!is(T!( (int x){ return invalid; } )));