1 /* $NetBSD: msg_007.c,v 1.6 2023/03/28 14:44:34 rillig Exp $ */ 2 # 3 "msg_007.c" 3 4 // Test for message: only one storage class allowed [7] 5 6 /* lint1-extra-flags: -X 351 */ 7 8 /* expect+1: error: only one storage class allowed [7] */ 9 extern static void example(void); 10 11 /* expect+1: error: old-style declaration; add 'int' [1] */ 12 extern extern_function(void); 13