msg_072.c revision 1.2
11.2Srillig/*	$NetBSD: msg_072.c,v 1.2 2021/01/03 15:35:00 rillig Exp $	*/
21.1Srillig# 3 "msg_072.c"
31.1Srillig
41.1Srillig// Test for message: typedef declares no type name [72]
51.1Srillig
61.2Srilligtypedef int;
71.2Srillig
81.2Srilligtypedef int number;
9