Home | History | Annotate | Line # | Download | only in lint1
msg_001.c revision 1.3
      1 /*	$NetBSD: msg_001.c,v 1.3 2021/01/31 11:12:07 rillig Exp $	*/
      2 # 3 "msg_001.c"
      3 
      4 // Test for message: old style declaration; add int [1]
      5 
      6 old_style = 1;			/* expect: [1] */
      7 
      8 int new_style = 1;
      9