Home | History | Annotate | Line # | Download | only in lint1
msg_263.c revision 1.5
      1 /*	$NetBSD: msg_263.c,v 1.5 2023/03/28 14:44:35 rillig Exp $	*/
      2 # 3 "msg_263.c"
      3 
      4 /* Test for message: \? undefined in traditional C [263] */
      5 
      6 /* lint1-flags: -tw -X 351 */
      7 
      8 /* expect+1: warning: \? undefined in traditional C [263] */
      9 char ch = '\?';
     10