1 /* $NetBSD: msg_088.c,v 1.3 2021/01/31 11:12:07 rillig Exp $ */ 2 # 3 "msg_088.c" 3 4 // Test for message: typedef hides external declaration: %s [88] 5 6 /* lint1-flags: -g -h -S -w */ 7 8 extern int identifier; 9 10 void 11 func(void) 12 { 13 typedef double identifier; /* expect: 88 */ 14 } 15