1 2 3 4 5 6 7
test { comptime { const tuple_with_ptrs = .{ &0, &0 }; const field_ptr = (&tuple_with_ptrs.@"0"); _ = field_ptr.*; } }