Home | History | Annotate | Line # | Download | only in lint1
msg_270.c revision 1.6
      1 /*	$NetBSD: msg_270.c,v 1.6 2025/04/12 15:57:26 rillig Exp $	*/
      2 # 3 "msg_270.c"
      3 
      4 /* Test for message: function prototypes require C90 or later [270] */
      5 
      6 /* lint1-flags: -tw -X 351 */
      7 
      8 /* expect+1: warning: function prototypes require C90 or later [270] */
      9 void prototype(void);
     10 
     11 char *traditional();
     12 
     13 traditional_implicit_int();
     14