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 279 B image not shown  

Quelle  undefMutualRecStructUnion.ipdl   Sprache: unbekannt

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

struct X { Y y; };
union Y { Z; };
struct Z { X x; };

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

[ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ]