blob: 8b7ae21cb89fa7dffa2854d5d98318a6428cb5a5 [file] [log] [blame]
struct S
{
template opDispatch (string name) {}
}
void main()
{
S s;
s.x!int;
}