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

/* Test for message: \? undefined in traditional C [263] */

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

/* expect+1: warning: \? undefined in traditional C [263] */
char ch = '\?';