repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel-printf: add printf format %pra for struct range
[smatch.git]
/
validation
/
constexpr-types-compatible-p.c
blob
1179e9d606f4f84f0b75f824eaabbc65b2b09460
1
static int
a
[] = {[
__builtin_types_compatible_p
(
int
,
int
)] =
0
};
2
3
/*
4
* check-name: constness of __builtin_types_compatible_p()
5
*
6
* check-error-start
7
* check-error-end
8
*/