Home | History | Annotate | Line # | Download | only in indent
lsym_postfix_op.c revision 1.1
      1 /* $NetBSD: lsym_postfix_op.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
      2 /* $FreeBSD$ */
      3 
      4 /*
      5  * Tests for the token lsym_postfix_op, which represents the operators '++'
      6  * and '--' for incrementing and decrementing a variable.
      7  *
      8  * See also:
      9  *	lsym_unary_op.c		for the corresponding prefix operators
     10  */
     11 
     12 #indent input
     13 // TODO: add input
     14 #indent end
     15 
     16 #indent run-equals-input
     17