msg_214.c revision 1.5
1/* $NetBSD: msg_214.c,v 1.5 2023/07/07 19:45:22 rillig Exp $ */ 2# 3 "msg_214.c" 3 4// Test for message: function '%s' expects to return value [214] 5 6/* lint1-extra-flags: -X 351 */ 7 8int 9int_function(void) 10{ 11 /* expect+1: warning: function 'int_function' expects to return value [214] */ 12 return; 13} 14