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