aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-lookup-neg.C
blob: a952526a17cf12175d4a11d393e880d6d62dcc57 (plain)
1
2
3
4
5
6
7
// Test that we don't crash on a failed lookup.
// { dg-do compile { target c++11 } }

int main()
{
  [i]{};			// { dg-error "not declared" }
}