/* $NetBSD: lsym_semicolon.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */ /* $FreeBSD$ */ /* * Tests for the token lsym_semicolon, which represents ';' in these contexts: * * In a declaration, ';' finishes the declaration. * * In a statement, ';' finishes the statement. * * In a 'for' statement, ';' separates the 3 expressions in the head of the * 'for' statement. */ #indent input // TODO: add input #indent end #indent run-equals-input