lsym_preprocessing.c revision 1.1
1/* $NetBSD: lsym_preprocessing.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */ 2/* $FreeBSD$ */ 3 4/* 5 * Tests for the token lsym_preprocessing, which represents a '#' that starts 6 * a preprocessing line. 7 * 8 * The whole preprocessing line is processed separately from the main source 9 * code, without much tokenizing or parsing. 10 */ 11 12// TODO: test '#' in the middle of a non-preprocessing line 13// TODO: test stringify '#' 14// TODO: test token paste '##' 15 16#indent input 17// TODO: add input 18#indent end 19 20#indent run-equals-input 21