1 2 3 4 5 6 7 8
// PR c++/32158 template<typename T> struct A { A() { } }; int t[__is_pod(A<int>)?-1:1];