bolt/deps/llvm-18.1.8/clang/test/C/C2x/n2670.c
2025-02-14 19:21:04 +01:00

8 lines
189 B
C

// RUN: %clang_cc1 -std=c2x -verify %s
// expected-no-diagnostics
/* WG14 N2670: yes
* Zeros compare equal
*/
_Static_assert(-1 * 0.0 == 0.0, "");
_Static_assert(!(-1 * 0.0 < 0.0), "");