void main()
{
int s;
mixin("s") = 5;
}
-----
Line 4: found '=' when expecting ';'http://www.digitalmars.com/d/1.0/expression.html#MixinExpression
void main()
{
int s;
mixin("s") = 5;
}
-----
Line 4: found '=' when expecting ';'http://www.digitalmars.com/d/1.0/expression.html#MixinExpression