1 /* $NetBSD: msg_127.c,v 1.6 2025/03/10 22:35:02 rillig Exp $ */ 2 # 3 "msg_127.c" 3 4 /* Test for message: '&' before array or function: ignored [127] */ 5 /* This message is not used. */ 6 /* 7 * This message contradicts all C standards and is not mentioned in K&R 1978 8 * either. 9 */ 10 11 /* lint1-extra-flags: -t */ 12 13 void 14 example() 15 { 16 if (&example != (void *)0) 17 return; 18 } 19