1*1f5207b7SJohn Levon static char c = L'\x41';
2*1f5207b7SJohn Levon static int n = 1/(0x41 - L'\x41');
3*1f5207b7SJohn Levon /*
4*1f5207b7SJohn Levon  * check-name: wide character constants
5*1f5207b7SJohn Levon  *
6*1f5207b7SJohn Levon  * check-error-start
7*1f5207b7SJohn Levon wide.c:2:17: warning: division by zero
8*1f5207b7SJohn Levon  * check-error-end
9*1f5207b7SJohn Levon  */
10