xxxxxxxxxx
struct S {
string s = "{}";
alias s this;
}
void main() {
static assert(S() == "{}"); //ok
mixin(S()); // fail