xref: /netbsd-src/tests/usr.bin/xlint/lint1/msg_082.c (revision 7d62b00eb9ad855ffcd7da46b41e23feb5476fac)
1 /*	$NetBSD: msg_082.c,v 1.5 2022/06/15 20:18:31 rillig Exp $	*/
2 # 3 "msg_082.c"
3 
4 /* Test for message: \x undefined in traditional C [82] */
5 
6 /* lint1-flags: -Stw */
7 
8 /* expect+1: warning: \x undefined in traditional C [82] */
9 char str[] = "A he\x78 escape";
10