Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
empty-initializer.c
blob: 95067999140107ea631475e6877ec7b1dbdeef3e [
file
] [
log
] [
blame
]
static
int
i
=
;
// KO
/*
* check-name: empty-initializer
*
* check-error-start
empty-initializer.c:1:16: error: expression expected before ';'
* check-error-end
*/