(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
other/
const5.C
// PR c++/81061

const int i = 0;

void foo()
{
  (0, i) = 1;  // { dg-error "read-only" }
}