param_key: fix container of when no struct member is referenced
[smatch.git] / validation / constexpr-string.c
blob1db101eebc38737afcf459e2975fc0bc8cf65237
1 static char *a = "foobar"; // OK
3 /*
4 * check-name: constness of string literal
5 * check-command: sparse -Wconstexpr-not-const $file
7 * check-error-start
8 * check-error-end
9 */