11.3Srillig/*	$NetBSD: lex_utf8.c,v 1.3 2024/02/03 10:56:18 rillig Exp $	*/
21.1Srillig# 3 "lex_utf8.c"
31.1Srillig
41.1Srillig/*
51.3Srillig * Test lexing of multibyte characters and strings in a UTF-8 locale.
61.2Srillig *
71.2Srillig * See also:
81.2Srillig *	lex_wide_string.c	(runs in the C locale)
91.1Srillig */
101.1Srillig
111.2Srillig/* expect+1: error: negative array dimension (-3) [20] */
121.1Srilligtypedef int mblen[-(int)(sizeof(L"��") / sizeof(L""))];
13