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