summaryrefslogtreecommitdiff
path: root/tests/usr.bin/xlint/lint1/msg_081.c
blob: 3dda84b719044748df39b659fc5e428e6d519536 (plain)
1
2
3
4
5
6
7
8
9
/*	$NetBSD: msg_081.c,v 1.6 2023/03/28 14:44:34 rillig Exp $	*/
# 3 "msg_081.c"

/* Test for message: \a undefined in traditional C [81] */

/* lint1-flags: -tw -X 351 */

/* expect+1: warning: \a undefined in traditional C [81] */
char str[] = "The bell\a rings";