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