Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/build/rust/dummy-web/js-sys/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 205 B image not shown  

Quellcode-Bibliothek TestNANTestingExprC.c   Sprache: unbekannt

 
/* expected-no-diagnostics */
void test(int x);
void foo() {
  float f, f2;
  typedef double mydouble;
  mydouble d;
  double d2;
  test(f == f);
  test(d == d);
  test(f != f);
  test(d != d);
  test(f != d);
  test(d == (d - f));
  test(f == f2);
  test(d == d2);
  test(d + 1 == d);
}

Messung V0.5 in Prozent
C=95 H=100 G=97

[0.11QuellennavigatorsProjekt 2026-05-04]