xxxxxxxxxx
import std.typecons: Typedef;
import std.string: text;
alias Foo = Typedef!int;
void main() {
text(Foo(1));
}