/* $NetBSD: lsym_switch.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */ /* $FreeBSD$ */ /* * Tests for the token lsym_switch, which represents the keyword 'switch' that * starts a 'switch' statement. * * See also: * C11 6.8.4 "Selection statements" * C11 6.8.4.2 "The 'switch' statement" */ #indent input // TODO: add input #indent end #indent run-equals-input