xref: /netbsd-src/tests/usr.bin/indent/lsym_comment.c (revision 2718af68c3efc72c9769069b5c7f9ed36f6b9def)
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