© 2026 Hedgehog Software, LLC
ref int Test1(){ return ref ints[1]; }
void Test2(out ref int a){ a = ref ints[1]; }