blob: 59d73aa4f74a421046963f40753a68b7dc85348c [file] [log] [blame]
template Tuple(T...)
{
alias T Tuple;
}
void main()
{
Tuple!(int, int) tup1 = void;
}