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