module hw; //line 1
import System;
void main()
{
mixin("string s = \"hello world\";"); //line 7
//Console.WriteLine(sys(s));
}
//line 11. last line
hw.d(7): unsupported char '\'
hw.d(7): unterminated string constant starting at hw.d(7)
hw.d(7): semicolon expected, not 'EOF'