index
:
clyne/gamedev2
master
ui
world
gamedev but better
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
entityx
/
cxx11
/
c++11-test-lambda-N2927.cpp
blob: 4c33ed58dd77439774cdf69c69a3dd33f7649cf7 (
plain
)
1
2
3
4
5
int
main
()
{
int
ret
=
0
;
return
([&
ret
]() ->
int
{
return
ret
; })();
}