xref
: /
freebsd
/
usr.bin
/
indent
/
tests
/
cs.0.stdout
(revision 62cfcf62f627e5093fb37026a6d8c98e4d2ef04c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
/* $FreeBSD$ */
2
void
3
t(void)
4
{
5
int a = (double) 8;
6
}
7