Home | History | Annotate | Line # | Download | only in lint1
      1 /*	$NetBSD: msg_026.c,v 1.5 2023/03/28 14:44:34 rillig Exp $	*/
      2 # 3 "msg_026.c"
      3 
      4 // Test for message: cannot initialize extern declaration '%s' [26]
      5 
      6 /* lint1-extra-flags: -X 351 */
      7 
      8 /* expect+1: warning: cannot initialize extern declaration 'used' [26] */
      9 extern int used = 1;
     10 int defined = 1;
     11