1 /* $NetBSD: msg_127.c,v 1.3 2021/01/31 11:12:07 rillig Exp $ */ 2 # 3 "msg_127.c" 3 4 /* Test for message: '&' before array or function: ignored [127] */ 5 6 /* lint1-extra-flags: -t */ 7 8 void 9 example() 10 { 11 if (&example != (void *)0) /* expect: 127 */ 12 return; 13 } 14