1 2 3 4 5 6 7
// PR c++/23357 template<typename T> bool foo() { const long int i = sizeof(T) > 1 ? sizeof(T) : 0; return i > 0; }