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