xref: /illumos-gate/usr/src/tools/smatch/src/validation/constexpr-string.c (revision 37e2cd25d56b334a2403f2540a0b0a1e6a40bcd1)
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