// PR c++/47482 template struct K { enum { A = sizeof"A", B = +A }; };