xref: /netbsd-src/tests/usr.bin/xlint/lint1/msg_068.c (revision 9fb66d812c00ebfb445c0b47dea128f32aa6fe96)
1 /*	$NetBSD: msg_068.c,v 1.3 2021/01/31 11:12:07 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 const const_char twice_const;	/* expect: 68 */
9