Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
empty-char-constant.c
blob: f674037aae362ff0117f2745dbe4abbea2ce8bf5 [
file
] [
log
] [
blame
]
static
int
a
=
''
;
/*
* check-name: empty-char-constant
*
* check-error-start
empty-char-constant.c:1:16: error: empty character constant
* check-error-end
*/