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