Home | History | Annotate | Line # | Download | only in indent
psym_switch_expr.c revision 1.1
      1 /* $NetBSD: psym_switch_expr.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
      2 /* $FreeBSD$ */
      3 
      4 /*
      5  * Tests for the parser symbol psym_switch_expr, which represents the keyword
      6  * 'switch' followed by the controlling expression, now waiting for a
      7  * statement (usually a block) containing the 'case' labels.
      8  */
      9 
     10 #indent input
     11 // TODO: add input
     12 #indent end
     13 
     14 #indent run-equals-input
     15