Home | History | Annotate | Line # | Download | only in lint1
      1 /*	$NetBSD: msg_000.c,v 1.5 2023/03/28 14:44:34 rillig Exp $	*/
      2 # 3 "msg_000.c"
      3 
      4 // Test for message: empty declaration [0]
      5 
      6 /* lint1-extra-flags: -X 351 */
      7 
      8 extern int extern_declared;
      9 
     10 /* expect+1: warning: empty declaration [0] */
     11 ;
     12 
     13 /* expect+1: warning: static variable 'local_defined' unused [226] */
     14 static int local_defined;
     15