7 lines
55 B
Plaintext
7 lines
55 B
Plaintext
/* $FreeBSD$ */
|
|
void
|
|
t(void)
|
|
{
|
|
int a = (double) 8;
|
|
}
|