diff --git a/gcc/testsuite/g++.dg/cpp0x/variadic153.C b/gcc/testsuite/g++.dg/cpp0x/variadic153.C new file mode 100644 index 000000000000..42a92f6b2cc1 --- /dev/null +++ b/gcc/testsuite/g++.dg/cpp0x/variadic153.C @@ -0,0 +1,6 @@ +// PR c++/58648 +// { dg-require-effective-target c++11 } + +template int foo(); + +int i = foo<0>();