1 /* $NetBSD: msg_019.c,v 1.4 2021/04/05 01:35:34 rillig Exp $ */ 2 # 3 "msg_019.c" 3 4 // Test for message: void type for '%s' [19] 5 6 void global_variable; /* expect: 19 */ 7 8 static void unit_variable; /* expect: 19 *//* expect: 226 */ 9 10 void 11 function(void parameter) /* expect: 61 *//* expect: 231 */ 12 { 13 void local_variable; /* expect: 19 */ 14 } 15