Home | History | Annotate | Line # | Download | only in lint1
msg_026.c revision 1.4
      1 /*	$NetBSD: msg_026.c,v 1.4 2022/06/19 11:50:42 rillig Exp $	*/
      2 # 3 "msg_026.c"
      3 
      4 // Test for message: cannot initialize extern declaration '%s' [26]
      5 
      6 /* expect+1: warning: cannot initialize extern declaration 'used' [26] */
      7 extern int used = 1;
      8 int defined = 1;
      9