1 /* $NetBSD: msg_326.c,v 1.4 2022/06/22 19:23:18 rillig Exp $ */ 2 # 3 "msg_326.c" 3 4 // Test for message: attribute '%s' ignored for '%s' [326] 5 6 /* expect+1: warning: attribute 'packed' ignored for 'int' [326] */ 7 int variable __packed; 8