E.g., it thinks that this is a GC retrack: ```csharp unsafe struct S { fixed int Thing[4]; public ref int DoSomething1(int idx) => DoSomething2(ref *Thing, DoSomething3()); } ```
E.g., it thinks that this is a GC retrack: