Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/ipc/ipdl/test/ipdl/error/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 265 B image not shown  

Quelle  undefMutualRecUnion.ipdl   Sprache: unbekannt

 
//error: union `X' is only partially defined
//error: union `Y' is only partially defined
//error: union `Z' is only partially defined

union X { Y; };
union Y { Z; };
union Z { X; };

[ChildProc=any]
protocol undefMutualRecUnion {
child: async __delete__(X x);
};

[ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet)  ]