// PR c++/26266 template struct S; template void f() { if (const int i = 3) { S::j; // { dg-error "incomplete" } } }