11.4Srillig/* $NetBSD: lsym_eof.c,v 1.4 2022/04/24 10:36:37 rillig Exp $ */
21.1Srillig
31.1Srillig/*
41.1Srillig * Tests for the token lsym_eof, which represents the end of the input file.
51.4Srillig *
61.4Srillig * The end of a file typically occurs after a top-level declaration, or after
71.4Srillig * a preprocessing directive. Everything else is a syntax error.
81.1Srillig */
91.1Srillig
101.3Srillig//indent input
111.4Srilligint decl;
121.3Srillig//indent end
131.1Srillig
141.4Srillig//indent run
151.4Srilligint		decl;
161.4Srillig//indent end
17