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