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