Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
attr-lambda3.C
blob: 71d13031f73887dcb7322af3934df02f22e811dc [
file
] [
log
] [
blame
]
// PR c++/90333
// { dg-do compile { target c++11 } }
auto
x
=
[]()
__attribute__
((
always_inline
))
->
int
{
return
0
;
};