lsym_word.c revision 1.1 1 /* $NetBSD: lsym_word.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
2 /* $FreeBSD$ */
3
4 /*
5 * Tests for the token lsym_word, which represents a constant, a string
6 * literal or an identifier.
7 *
8 * See also:
9 * lsym_funcname.c for an identifier followed by '('
10 */
11
12 // TODO: Is '"string"(' syntactically valid in any context?
13 // TODO: Is '123(' syntactically valid in any context?
14 // TODO: Would the output of the above depend on -pcs/-npcs?
15
16 #indent input
17 // TODO: add input
18 #indent end
19
20 #indent run-equals-input
21