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