Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
viro
/
sparse
/
15cfba61d99668e9c14782779766f48834490ead
/
.
/
validation
/
wide.c
blob: 847a680f0de0d83e5bcc6d174192e857a95b970b [
file
] [
log
] [
blame
]
static
char
c
=
L
'\x41'
;
static
int
n
=
1
/(
0x41
-
L
'\x41'
);
/*
* check-name: wide character constants
*
* check-error-start
wide.c:2:17: warning: division by zero
* check-error-end
*/