// { dg-options "-std=gnu++0x" } struct unused; template struct tuple {}; template void foo(tuple) { } // { dg-bogus "cannot expand" "" { xfail *-*-* } }