Home | History | Annotate | Line # | Download | only in lint1
msg_081.c revision 1.2
      1 /*	$NetBSD: msg_081.c,v 1.2 2021/01/08 21:25:03 rillig Exp $	*/
      2 # 3 "msg_081.c"
      3 
      4 // Test for message: \a undefined in traditional C [81]
      5 
      6 /* lint1-flags: -Stw */
      7 
      8 char str[] = "The bell\a rings";
      9