psym_else.c revision 1.2
1/* $NetBSD: psym_else.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */
2
3/*
4 * Tests for the parser symbol psym_else, which represents the keyword 'else'
5 * that is being shifted on the parser stack.
6 *
7 * This parser symbol never ends up on the stack itself.
8 */
9
10#indent input
11// TODO: add input
12#indent end
13
14#indent run-equals-input
15