msg_072.c revision 1.4
11.4Srillig/* $NetBSD: msg_072.c,v 1.4 2021/07/08 05:18:49 rillig Exp $ */ 21.1Srillig# 3 "msg_072.c" 31.1Srillig 41.1Srillig// Test for message: typedef declares no type name [72] 51.1Srillig 61.4Srillig/* expect+1: warning: typedef declares no type name [72] */ 71.4Srilligtypedef int; 81.2Srillig 91.2Srilligtypedef int number; 101.4Srillig 111.4Srillig/* expect+1: warning: typedef declares no type name [72] */ 121.4Srilligconst typedef; 13