blob: a952526a17cf12175d4a11d393e880d6d62dcc57 [file] [log] [blame]
// Test that we don't crash on a failed lookup.
// { dg-do compile { target c++11 } }
int main()
{
[i]{}; // { dg-error "not declared" }
}