psym_else.c revision 1.3
1/* $NetBSD: psym_else.c,v 1.3 2022/04/24 09:04:12 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