xref: /freebsd/usr.bin/indent/tests/comments.0 (revision 076ad2f8)
1/* $FreeBSD$ */
2/* See r303597, r303598, r309219, and r309343 */
3void t(void) {
4	/*
5	 * Old indent wrapped the URL near where this sentence ends.
6	 *
7	 * https://www.freebsd.org/cgi/man.cgi?query=indent&apropos=0&sektion=0&manpath=FreeBSD+12-current&arch=default&format=html
8	 */
9
10	/*
11	 * Old indent did not wrap to column 78
12	 *
13	 * aaaaaa bbbbbb cccccc dddddd eeeeee ffffff ggggg hhhhh iiiii jjjj kk
14	 */
15
16	/*
17	 * Old indent unnecessarily removed the star comment continuation on the next line.
18	 *
19	 * *test*
20	 */
21
22	/* r309219 Go through linked list, freeing from the malloced (t[-1]) address. */
23
24	/* r309343	*/
25}
26