blob: 522a5d4d4e83e6b4528d7aba4c10184d7d15ee15 [file] [log] [blame]
// PR c++/101759
// { dg-do compile { target c++11 } }
#pragma acc routine
int foo (int x = []() { extern int bar (int); return 1; }());