// { dg-do compile { target c++11 } } template class Tuple; Tuple<>* t; // OK: Elements is empty Tuple* u; // { dg-error "" }