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