1 /* $NetBSD: msg_085.c,v 1.3 2021/01/31 09:21:24 rillig Exp $ */ 2 # 3 "msg_085.c" 3 4 // Test for message: dubious tag declaration: %s %s [85] 5 6 void declare_struct(struct in_argument *); /* expect: 85 */ 7 void declare_union(union in_argument *); /* expect: 85 */ 8 void declare_enum(enum in_argument *); /* expect: 85 */ 9 10 struct ok; /* expect: 233 */ 11 extern int ok(struct ok *); 12