(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp23/
subscript8.C
// DR2507: Allow default arguments
// { dg-additional-options {-std=c++23} }

struct A
{
  void operator[](int, int = 42);
};