xref: /freebsd/usr.bin/indent/tests/cs.0.stdout (revision 130d950cafcd29c6a32cf5357bf600dcd9c1d998)
1/* $FreeBSD$ */
2void
3t(void)
4{
5	int		a = (double) 8;
6}
7