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

Quelle  mutualRecStruct.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 {
    int i;
    Y[] y;
};

struct Y {
    X x;
    Z z;
};

struct Z {
    double d;
    X x;
};

[ChildProc=any]
protocol mutualRecStruct {
child:
    async Test(X x, Y y, Z z);
    async __delete__();
};

[ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ]