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

Quelle  undefMutualRecStruct.ipdl   Sprache: unbekannt

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

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

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

[ Dauer der Verarbeitung: 0.20 Sekunden  (vorverarbeitet)  ]