msg_082.c revision 1.4
1/*	$NetBSD: msg_082.c,v 1.4 2021/06/29 07:17:43 rillig Exp $	*/
2# 3 "msg_082.c"
3
4/* Test for message: \x undefined in traditional C [82] */
5
6/* lint1-flags: -Stw */
7
8char str[] = "A he\x78 escape";		/* expect: [82] */
9