xxxxxxxxxx
import std.stdio;
import std.conv;
void main() {
"[ \"test\" ]".to!(wchar[][]).writeln;
}