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

Quelle  PUniquePtrRecUnion.ipdl   Sprache: unbekannt

 
union X {
    int;
    Y[];
    UniquePtr<Y>;
};

union Y {
    X;
    Z;
};

union Z {
    double;
    X;
};

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

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]