summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-77791.C
blob: 0475d27868812155cee75968b2475e864a9f3841 (plain)
1
2
3
4
// PR c++/77791
// { dg-do compile { target c++11 } }

auto a = [] (int i, int i = 0) {};	// { dg-error "redefinition of" }