4 template <int> struct A
6 int i; // { dg-error "invalid use of non-static data member" }
9 int x[i]; // { dg-error "from this location" }
15 int j; // { dg-error "invalid use of non-static data member" }
18 return j; // { dg-error "from this location" }