Home | History | Annotate | Line # | Download | only in lint1
msg_081.c revision 1.4
      1  1.4  rillig /*	$NetBSD: msg_081.c,v 1.4 2022/04/16 13:25:27 rillig Exp $	*/
      2  1.1  rillig # 3 "msg_081.c"
      3  1.1  rillig 
      4  1.4  rillig /* Test for message: \a undefined in traditional C [81] */
      5  1.1  rillig 
      6  1.4  rillig /* lint1-flags: -tw */
      7  1.2  rillig 
      8  1.3  rillig char str[] = "The bell\a rings";	/* expect: 81 */
      9