Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
template/
ctor6.C
// PR c++/25663 template<int> struct A { A(int); }; void foo() { A<0>(A<0>(0)); }