ipa-cp: Perform operations in the appropriate types (PR 118097)
[gcc.git] / gcc / testsuite / g++.dg / template / enum8.C
blob314100f61b1ee749a0b1213b997a9265094163a5
1 // PR c++/47482
3 template<class>
4 struct K
6   enum { A = sizeof"A", B = +A };
7 };