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
[flang][cuda] Adapt ExternalNameConversion to work in gpu module (#117039)
[llvm-project.git]
/
clang
/
test
/
AST
/
fixed-point-zero-init.cpp
blob
abe8aa8c396a858f5f1df4d01d7ef41aecc9ae41
1
// RUN: %clang_cc1 -ffixed-point %s -verify
2
// expected-no-diagnostics
3
4
constexpr
_Accum a
[
2
] = {};
5
static_assert
(
a
[
0
] ==
0
&&
a
[
0
] !=
1
);