xref: /illumos-gate/usr/src/tools/smatch/src/validation/constexpr-string.c (revision 241c90a06e8d1708235651863df515a2d522a03a)
1 static char *a = "foobar";	// OK
2 
3 /*
4  * check-name: constness of string literal
5  * check-command: sparse -Wconstexpr-not-const $file
6  *
7  * check-error-start
8  * check-error-end
9  */
10