Placement of the opening brace for lambda expression bodies.
auto f = []() { return 0; }
auto f = [](){ return 0; }