msg_066.c revision 1.6
11.6Srillig/* $NetBSD: msg_066.c,v 1.6 2022/06/17 18:54:53 rillig Exp $ */ 21.1Srillig# 3 "msg_066.c" 31.1Srillig 41.1Srillig// Test for message: syntax requires ';' after last struct/union member [66] 51.5Srillig/* This message is not used. */ 61.1Srillig 71.4Srillig/* 81.4Srillig * This message was removed in cgram.y 1.328 from 2021-07-15 because all 91.4Srillig * C standards and even K&R require a semicolon. 101.4Srillig */ 111.4Srillig 121.2Srilligstruct number { 131.2Srillig int value 141.4Srillig}; 151.6Srillig/* expect-1: error: syntax error '}' [249] */ 161.4Srillig/* expect+1: error: cannot recover from previous errors [224] */ 17