blob: 314100f61b1ee749a0b1213b997a9265094163a5 [file] [log] [blame]
// PR c++/47482
template<class>
struct K
{
enum { A = sizeof"A", B = +A };
};