aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/wide.c
blob: 847a680f0de0d83e5bcc6d174192e857a95b970b (plain)
1
2
3
4
5
6
7
8
9
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
 */