xref: /netbsd-src/tests/usr.bin/xlint/lint1/msg_015.c (revision 122b5006ee1bd67145794b4cde92f4fe4781a5ec)
1 /*	$NetBSD: msg_015.c,v 1.3 2021/08/26 19:23:25 rillig Exp $	*/
2 # 3 "msg_015.c"
3 
4 // Test for message: function returns illegal type [15]
5 
6 typedef int array[5];
7 
8 /* expect+1: error: function returns illegal type [15] */
9 array invalid(void);
10