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