Ensure that default arguments are handled correctly in sub scopes. For example:
void f () { int g (int a, int b=4); { int g(int a, int b=5); } } should compile. llvm-svn: 152621
Loading
Please register or sign in to comment
void f () { int g (int a, int b=4); { int g(int a, int b=5); } } should compile. llvm-svn: 152621