summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv6.C
blob: bd90437236753a879188259e9a58e0cbfa20c983 (plain)
1
2
3
4
5
6
7
// PR c++/55015
// { dg-do link }
// { dg-options -std=c++11 }

typedef void (*VoidFunc)();
inline VoidFunc GetFunc() { return [](){}; }
int main() { VoidFunc func = GetFunc(); }
OpenPOWER on IntegriCloud