msg_082.c revision 1.6
1/*	$NetBSD: msg_082.c,v 1.6 2023/03/28 14:44:34 rillig Exp $	*/
2# 3 "msg_082.c"
3
4/* Test for message: \x undefined in traditional C [82] */
5
6/* lint1-flags: -Stw -X 351 */
7
8/* expect+1: warning: \x undefined in traditional C [82] */
9char str[] = "A he\x78 escape";
10