// PR c++/47482 // { dg-options -std=c++0x } template struct K { enum { A = sizeof"A", B = +A }; };