blob: 6e29f9ea92385cf2b5278f10eb52bd91b15a8727 [file] [log] [blame]
// PR c++/47482
// { dg-options -std=c++0x }
template<class>
struct K
{
enum { A = sizeof"A", B = +A };
};