14 lines
129 B
Plaintext
14 lines
129 B
Plaintext
|
/* $FreeBSD$ */
|
||
|
/* See r303485 */
|
||
|
void
|
||
|
t(void)
|
||
|
{
|
||
|
static const struct {
|
||
|
int a;
|
||
|
int b;
|
||
|
} c[] = {
|
||
|
{D, E},
|
||
|
{F, G}
|
||
|
};
|
||
|
}
|