msg_066.c revision 1.4
11.4Srillig/*	$NetBSD: msg_066.c,v 1.4 2021/07/15 20:05:49 rillig Exp $	*/
21.1Srillig# 3 "msg_066.c"
31.1Srillig
41.1Srillig// Test for message: syntax requires ';' after last struct/union member [66]
51.1Srillig
61.4Srillig/*
71.4Srillig * This message was removed in cgram.y 1.328 from 2021-07-15 because all
81.4Srillig * C standards and even K&R require a semicolon.
91.4Srillig */
101.4Srillig
111.2Srilligstruct number {
121.2Srillig	int value
131.4Srillig};
141.4Srillig/* expect-1: syntax error '}' [249] */
151.4Srillig/* expect+1: error: cannot recover from previous errors [224] */
16