blob: 2d377f5d51f207373d2eb53f94c3e0e7b2cb9afb [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001// BZ 12511
2template<int N>
3struct S
4{
5 static int i;
6 static const int j;
7};