Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
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
*/