xref: /netbsd-src/tests/usr.bin/xlint/lint1/msg_027.c (revision 82d56013d7b633d116a93943de88e08335357a7c)
1 /*	$NetBSD: msg_027.c,v 1.3 2021/01/31 11:12:07 rillig Exp $	*/
2 # 3 "msg_027.c"
3 
4 // Test for message: redeclaration of %s [27]
5 
6 extern int identifier(void);
7 
8 extern double identifier(void);		/* expect: 27 */
9