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

Quelle  redeclScope.ipdlh   Sprache: unbekannt

 
//error: redeclaration of symbol `Foo', first declared at

struct Foo {
  bool b;
};

struct Bar {
  // This should produce an error saying that Foo is a redeclaration,
  // even though the initial declaration was in a different frame of
  // the symbol table.
  bool Foo;
};

[ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet)  ]