psym_semicolon.c revision 1.3
11.3Srillig/* $NetBSD: psym_semicolon.c,v 1.3 2022/04/24 09:04:12 rillig Exp $ */ 21.1Srillig 31.1Srillig/* 41.1Srillig * Tests for the parser symbol psym_semicolon, which pushes a new statement on 51.1Srillig * the stack. 61.1Srillig * 71.1Srillig * This token is never stored on the stack itself. 81.1Srillig */ 91.1Srillig 101.3Srillig//indent input 111.1Srillig// TODO: add input 121.3Srillig//indent end 131.1Srillig 141.3Srillig//indent run-equals-input 15