1 /* $NetBSD: msg_052.c,v 1.5 2023/07/07 19:45:22 rillig Exp $ */ 2 # 3 "msg_052.c" 3 4 // Test for message: cannot initialize parameter '%s' [52] 5 6 /* lint1-extra-flags: -X 351 */ 7 8 int 9 definition(i) 10 /* expect+1: error: cannot initialize parameter 'i' [52] */ 11 int i = 3; 12 { 13 return i; 14 } 15