xxxxxxxxxx
void test(alias T)(int o) {
import std.stdio;
writeln("coo");
}
void main() {
int i;
test!(Object[])(0);