db/fixup_kernel.sh: fix clear_user() handling
[smatch.git] / validation / empty-char-constant.c
blobf674037aae362ff0117f2745dbe4abbea2ce8bf5
1 static int a = '';
3 /*
4 * check-name: empty-char-constant
6 * check-error-start
7 empty-char-constant.c:1:16: error: empty character constant
8 * check-error-end
9 */