Home | History | Annotate | Line # | Download | only in indent
psym_stmt.c revision 1.1
      1 /* $NetBSD: psym_stmt.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
      2 /* $FreeBSD$ */
      3 
      4 /*
      5  * Tests for the parser symbol psym_stmt, which represents a statement on the
      6  * stack.
      7  *
      8  * TODO: Explain why the stack contains 'lbrace' 'stmt' instead of only 'lbrace'.
      9  */
     10 
     11 #indent input
     12 // TODO: add input
     13 #indent end
     14 
     15 #indent run-equals-input
     16