Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
constexpr-string.c
blob: 1db101eebc38737afcf459e2975fc0bc8cf65237 [
file
] [
log
] [
blame
]
static
char
*
a
=
"foobar"
;
// OK
/*
* check-name: constness of string literal
* check-command: sparse -Wconstexpr-not-const $file
*
* check-error-start
* check-error-end
*/