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