db/fixup_kernel.sh: fix clear_user() handling
[smatch.git] / validation / empty-initializer.c
blob95067999140107ea631475e6877ec7b1dbdeef3e
1 static int i = ; // KO
3 /*
4 * check-name: empty-initializer
6 * check-error-start
7 empty-initializer.c:1:16: error: expression expected before ';'
8 * check-error-end
9 */