1 2 3 4 5 6 7 8 9 10 11 12
union R { int; double; R; }; [ChildProc=any] protocol PselfRecUnion { child: async Test(R r); async __delete__(); };