diff --git a/tests/hilti/optimization/dead_code.hlt b/tests/hilti/optimization/dead_code.hlt index 72911dda2..33f68894a 100644 --- a/tests/hilti/optimization/dead_code.hlt +++ b/tests/hilti/optimization/dead_code.hlt @@ -11,8 +11,8 @@ function void fn_pure2() {} type X = struct {}; function X fn_pure3() { -local X x; -return x; + local X x; + return x; } global uint<64> num_calls = 0;