xref: /netbsd-src/tests/usr.bin/xlint/lint1/msg_214.c (revision fb5eed702691094bd687fbf1ded189c87457cd35)
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 
6 int
7 int_function(void)
8 {
9 	/* expect+1: warning: function 'int_function' expects to return value [214] */
10 	return;
11 }
12