(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
other/
fold1.C
// PR middle-end/27384
// { dg-do compile }

struct A
{
    static const int i = i;  // { dg-error "not declared" }
    int x[i];		     // { dg-error "11:size of array .x. is not an integral constant-expression" }
};