1 /* $NetBSD: msg_001.c,v 1.3 2021/01/31 11:12:07 rillig Exp $ */ 2 # 3 "msg_001.c" 3 4 // Test for message: old style declaration; add int [1] 5 6 old_style = 1; /* expect: [1] */ 7 8 int new_style = 1; 9
Indexes created Fri Sep 26 08:10:20 GMT 2025