921e5a0eb4
From-SVN: r14840
5 lines
44 B
C
5 lines
44 B
C
f()
|
|
{
|
|
int x[20] = {[0] = 5, [10] = 12};
|
|
}
|