Found in bun: ```zig const S = struct { s: *S = &S.instance, var instance: S = undefined; }; comptime { _ = S.instance; } ```