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

// Test for message: argument '%s' declared inline [269]

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

/* expect+1: warning: argument 'x' declared inline [269] */
void example(inline int x);