[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / C / C2x / n2670.c
blob1a9fd96d9bd289e5e0e123877c12fea180f678a6
1 // RUN: %clang_cc1 -std=c2x -verify %s
2 // expected-no-diagnostics
4 /* WG14 N2670: yes
5 * Zeros compare equal
6 */
7 _Static_assert(-1 * 0.0 == 0.0, "");
8 _Static_assert(!(-1 * 0.0 < 0.0), "");