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