// PR c++/32158 template struct A { A() { } }; int t[__is_pod(A)?-1:1];