lsym_semicolon.c revision 1.2
1/* $NetBSD: lsym_semicolon.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */ 2 3/* 4 * Tests for the token lsym_semicolon, which represents ';' in these contexts: 5 * 6 * In a declaration, ';' finishes the declaration. 7 * 8 * In a statement, ';' finishes the statement. 9 * 10 * In a 'for' statement, ';' separates the 3 expressions in the head of the 11 * 'for' statement. 12 */ 13 14#indent input 15// TODO: add input 16#indent end 17 18#indent run-equals-input 19