summaryrefslogtreecommitdiff
path: root/tests/usr.bin/xlint/lint1/msg_326.c
blob: 92255d9bc123cf5476ff4d88a33867e9750b1dfb (plain)
1
2
3
4
5
6
7
8
9
/*	$NetBSD: msg_326.c,v 1.5 2023/03/28 14:44:35 rillig Exp $	*/
# 3 "msg_326.c"

// Test for message: attribute '%s' ignored for '%s' [326]

/* lint1-extra-flags: -X 351 */

/* expect+1: warning: attribute 'packed' ignored for 'int' [326] */
int variable __packed;