// Expression list initializers can't be used int func() { int a = { 1 }; }