blob: 2d377f5d51f207373d2eb53f94c3e0e7b2cb9afb [file] [log] [blame]
// BZ 12511
template<int N>
struct S
{
static int i;
static const int j;
};