```cpp void f() { auto f = []() /*-> bool*/ { return false; }; } ``` Currently no warning is generated for the code above.