msg_310.c revision 1.4
1/* $NetBSD: msg_310.c,v 1.4 2023/07/07 19:45:22 rillig Exp $ */ 2# 3 "msg_310.c" 3 4// Test for message: symbol renaming can't be used on function arguments [310] 5 6/* lint1-extra-flags: -X 351 */ 7 8/* expect+2: warning: argument 'callback' unused in function 'function' [231] */ 9void 10function(int (*callback)(void) __symbolrename(argument)) 11{ 12} 13 14/* expect+1: error: syntax error ':' [249] */ 15TODO: "Add example code that triggers the above message." 16TODO: "Add example code that almost triggers the above message." 17