1 /* $NetBSD: msg_025.c,v 1.4 2022/06/19 11:50:42 rillig Exp $ */ 2 # 3 "msg_025.c" 3 4 // Test for message: cannot initialize typedef '%s' [25] 5 6 /* expect+1: error: cannot initialize typedef 'number' [25] */ 7 typedef int number = 3; 8