On 20 Sep 2024, at 7:55 AM, Ryosuke Niwa via webkit-dev <webkit-dev@lists.webkit.org> wrote:Should we do:struct Foo { int bar = 0;}Orstruct Foo { int bar { 0 };}We do both at the moment.- R. Niwa