1 // { dg-do run { target c++11 } }
2 // PR c++/83160 failed to capture as lvalue
8 if (![&a] (const int *p)
11 // We should bind to the outer a
16 if (![&] (const int *p)
19 // We should bind to the outer a
24 if ([=] (const int *p)
27 // We should bind to the captured instance