1/* $FreeBSD$ */
2void
3t(void)
4{
5	int		a = (double) 8;
6}
7