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

Quelle  mutualRecStructUnion.ipdl   Sprache: unbekannt

 
Spracherkennung für: .ipdl vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

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

struct X {
    int i;
    Y[] y;
};

union Y {
    X;
    Z;
};

struct Z {
    double d;
    X x;
};

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

[ Dauer der Verarbeitung: 0.29 Sekunden  ]