msg_214.c revision 1.4
1/* $NetBSD: msg_214.c,v 1.4 2021/08/03 18:44:33 rillig Exp $ */ 2# 3 "msg_214.c" 3 4// Test for message: function '%s' expects to return value [214] 5 6int 7int_function(void) 8{ 9 /* expect+1: warning: function 'int_function' expects to return value [214] */ 10 return; 11} 12