summaryrefslogtreecommitdiff
path: root/elf/tst-unique4.h
blob: 2d377f5d51f207373d2eb53f94c3e0e7b2cb9afb (plain)
1
2
3
4
5
6
7
// BZ 12511
template<int N>
struct S
{
  static int i;
  static const int j;
};