blob: b93af4c9200dd8005d29025af51b441a620300fe [file] [log] [blame]
// PR c++/44991
class bar {
void foo(bool a = 3 < 2, bool b = true) {}
};