(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
defarg15.C
// PR c++/44991

class bar {
    void foo(bool a = 3 < 2, bool b = true) {}
};