// { dg-do compile { target c++11 } } struct unused; template struct tuple {}; template tuple foo() { } // { dg-bogus "cannot expand" "" } int main() { foo(); }