1 // PR c++/44991
2 
3 class bar {
4     void foo(bool a = 3 < 2, bool b = true) {}
5 };
6