1 /* $NetBSD: msg_270.c,v 1.4 2023/03/28 14:44:35 rillig Exp $ */ 2 # 3 "msg_270.c" 3 4 /* Test for message: function prototypes are illegal in traditional C [270] */ 5 6 /* lint1-flags: -tw -X 351 */ 7 8 /* expect+1: warning: function prototypes are illegal in traditional C [270] */ 9 void prototype(void); 10 11 char *traditional(); 12 13 traditional_implicit_int(); 14