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