/* $NetBSD: msg_052.c,v 1.7 2025/01/03 03:14:47 rillig Exp $ */ # 3 "msg_052.c" // Test for message: cannot initialize parameter '%s' [52] /* lint1-extra-flags: -X 351 */ int /* expect+1: warning: function definition for 'definition' with identifier list is obsolete in C23 [384] */ definition(i) /* expect+1: error: cannot initialize parameter 'i' [52] */ int i = 3; { return i; }