lsym_switch.c revision 1.1
1/* $NetBSD: lsym_switch.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
2/* $FreeBSD$ */
3
4/*
5 * Tests for the token lsym_switch, which represents the keyword 'switch' that
6 * starts a 'switch' statement.
7 *
8 * See also:
9 *	C11 6.8.4		"Selection statements"
10 *	C11 6.8.4.2		"The 'switch' statement"
11 */
12
13#indent input
14// TODO: add input
15#indent end
16
17#indent run-equals-input
18