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