Home | History | Annotate | Line # | Download | only in indent
lsym_unary_op.c revision 1.1
      1 /* $NetBSD: lsym_unary_op.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
      2 /* $FreeBSD$ */
      3 
      4 /*
      5  * Tests for the token lsym_unary_op, which represents a unary operator.
      6  *
      7  * In an expression, a unary operator is written without blank next to its
      8  * argument.
      9  *
     10  * In a type name, the "unary operator" '*' represents the derivation of a
     11  * pointer type.
     12  */
     13 
     14 #indent input
     15 // TODO: add input
     16 #indent end
     17 
     18 #indent run-equals-input
     19