void testExtendedStruct(ref TestNS.Float2 f) { f.x = 1.0f; f.y = 1.0f; }
void testExtendedRefType(TestNS.Node go) { testVar_str_1 = go.name; }