1 /* $NetBSD: lsym_comment.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */ 2 /* $FreeBSD$ */ 3 4 /* 5 * Tests for the token lsym_comment, which starts a comment. 6 * 7 * C11 distinguishes block comments and end-of-line comments. Indent further 8 * distinguishes box comments that are a special kind of block comments. 9 * 10 * See also: 11 * opt_fc1.c 12 * token_comment.c 13 */ 14 15 #indent input 16 // TODO: add input 17 #indent end 18 19 #indent run-equals-input 20