ipa-cp: Perform operations in the appropriate types (PR 118097)
[gcc.git] / gcc / testsuite / g++.dg / template / sizeof16.C
blob084bb2185c70ec6b787b1c050ffd8148f2cbb64c
1 // PR c++/84333
2 // { dg-options -Wno-pedantic }
4 template<typename> int foo()
6   return sizeof(int) > 1 ? : 1;