blob: 83ac0fa9eb763ee0633b3ac10ecd9fcd434b7282 [file] [log] [blame]
// REQUIRED_ARGS: -o-
// PERMUTE_ARGS:
template T(alias f) {}
static assert(!is(T!( (int x){ return invalid; } )));