Merged r158704 through r158906 into branch.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / lambda / lambda-deduce2.C
blob718d49cd9bcb44139d3e37b22dc457da5f640c41
1 // PR c++/43875
2 // { dg-options "-std=c++0x" }
4 int main()
6    auto x2 = []{ return { 1, 2 }; }; // { dg-message "return" }