xxxxxxxxxx
import std;
struct S {
string fun();
alias fun this;
}
void main()
{
pragma(msg, StringTypeOf!S);