Home | History | Annotate | Line # | Download | only in lint1
msg_076.c revision 1.4
      1 /*	$NetBSD: msg_076.c,v 1.4 2022/06/15 20:18:31 rillig Exp $	*/
      2 # 3 "msg_076.c"
      3 
      4 // Test for message: character escape does not fit in character [76]
      5 
      6 /* expect+1: warning: character escape does not fit in character [76] */
      7 char ch = '\777';
      8