1 /* $NetBSD: msg_269.c,v 1.5 2023/03/28 14:44:35 rillig Exp $ */ 2 # 3 "msg_269.c" 3 4 // Test for message: argument '%s' declared inline [269] 5 6 /* lint1-extra-flags: -X 351 */ 7 8 /* expect+1: warning: argument 'x' declared inline [269] */ 9 void example(inline int x); 10