2 // { dg-do compile { target c++11 } }
3 // { dg-options "-fabi-version=0" }
4 // { dg-final { scan-assembler "_ZN8functionC1IZN1CIiE4testES_Ed_UliE_EET_" } }
8 template <class U> function(U u) { }
11 template<typename T> struct C
13 static T test(function f = [](int i){return i;}) { }