diff --git a/compiler/builtins/bitcode/src/str.zig b/compiler/builtins/bitcode/src/str.zig index 938290f431..bed89838b5 100644 --- a/compiler/builtins/bitcode/src/str.zig +++ b/compiler/builtins/bitcode/src/str.zig @@ -17,7 +17,7 @@ const RocStr = struct { pub fn empty() RocStr { return RocStr { .str_len = 0, - .str_bytes_ptrs = undefined + .str_bytes_ptrs = 0 }; }