Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
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
*/