Home | History | Annotate | Line # | Download | only in lint1
      1 /*	$NetBSD: msg_078.c,v 1.5 2023/03/28 14:44:34 rillig Exp $	*/
      2 # 3 "msg_078.c"
      3 
      4 // Test for message: nonportable character escape [78]
      5 /* This message is not used. */
      6 
      7 /* lint1-extra-flags: -X 351 */
      8 
      9 char either_255_or_minus_1 = '\377';
     10 /* expect+1: warning: dubious escape \y [79] */
     11 char dubious_escape = '\y';
     12