lex_utf8.c revision 1.2
1/*	$NetBSD: lex_utf8.c,v 1.2 2024/02/02 23:36:01 rillig Exp $	*/
2# 3 "lex_utf8.c"
3
4/*
5 * Test lexing of multibyte characters and strings in an UTF-8 locale.
6 *
7 * See also:
8 *	lex_wide_string.c	(runs in the C locale)
9 */
10
11/* expect+1: error: negative array dimension (-3) [20] */
12typedef int mblen[-(int)(sizeof(L"��") / sizeof(L""))];
13