Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
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
*/