xref: /netbsd-src/tests/usr.bin/xlint/lint1/msg_075.c (revision aef5eb5f59cdfe8314f1b5f78ac04eb144e44010)
1 /*	$NetBSD: msg_075.c,v 1.4 2022/06/15 20:18:31 rillig Exp $	*/
2 # 3 "msg_075.c"
3 
4 // Test for message: overflow in hex escape [75]
5 
6 /* expect+1: warning: overflow in hex escape [75] */
7 char str[] = "\x12345678123456781234567812345678";
8