Home | History | Annotate | Line # | Download | only in lint1
msg_068.c revision 1.4
      1 /*	$NetBSD: msg_068.c,v 1.4 2022/06/15 20:18:31 rillig Exp $	*/
      2 # 3 "msg_068.c"
      3 
      4 // Test for message: typedef already qualified with '%s' [68]
      5 
      6 typedef const char const_char;
      7 
      8 /* expect+1: warning: typedef already qualified with 'const' [68] */
      9 const const_char twice_const;
     10