repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
C
/
C2x
/
n2670.c
blob
1a9fd96d9bd289e5e0e123877c12fea180f678a6
1
// RUN: %clang_cc1 -std=c2x -verify %s
2
// expected-no-diagnostics
3
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
),
""
);