/* $NetBSD: lsym_switch.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */ /* * 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