blob: 084bb2185c70ec6b787b1c050ffd8148f2cbb64c [file] [log] [blame]
// PR c++/84333
// { dg-options -Wno-pedantic }
template<typename> int foo()
{
return sizeof(int) > 1 ? : 1;
}