1 // PR c++/47482
2 
3 template<class>
4 struct K
5 {
6   enum { A = sizeof"A", B = +A };
7 };
8