$ 0 0 template<typename ...T> int f(int n = 0, T ...t); int x = f<int>();GodboltPer the wording change in DR2233 the above code should fail to compile.GCC, Clang and MSVC all correctly reject this code.