c++: another build_new_1 folding fix [PR111929]
[official-gcc.git] / gcc / testsuite / g++.dg / template / non-dependent28a.C
blobd32520c38ee9166cbd7d20913ae8b65597c920c4
1 // PR c++/111929
3 struct A { operator int(); };
5 template<class>
6 void f() {
7   new int[A()];