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

// Test for message: nonportable character escape [78]
/* This message is not used. */

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

char either_255_or_minus_1 = '\377';
/* expect+1: warning: dubious escape \y [79] */
char dubious_escape = '\y';