diff --git a/benchmarks/function.bench.cpp b/benchmarks/function.bench.cpp index 484d1973f..4f0e1fd80 100644 --- a/benchmarks/function.bench.cpp +++ b/benchmarks/function.bench.cpp @@ -48,7 +48,7 @@ struct AllOpacity : EnumValuesAsTuple { struct S { int function() const { return 0; } - int field; + int field = 0; }; int FunctionWithS(const S*) { return 0; }