msg_026.c revision 1.3 1 /* $NetBSD: msg_026.c,v 1.3 2022/04/05 23:09:19 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