]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.dg/parse/defarg15.C
re PR c++/44991 (default argument with '<' cause compilation error)
[gcc.git] / gcc / testsuite / g++.dg / parse / defarg15.C
1 // PR c++/44991
2
3 class bar {
4 void foo(bool a = 3 < 2, bool b = true) {}
5 };
This page took 0.036923 seconds and 5 git commands to generate.