1 /* C99 nested struct init with named and non-named initializers */
2 typedef struct pthread_mutex_t
{
3 unsigned int ptm_magic
;
12 volatile void * ptm_owner
;
13 void * volatile ptm_waiters
;
14 unsigned int ptm_recursed
;
19 struct arc4random_global
{
22 } arc4random_global
= {
24 .lock
= { 0x33330003, 0, { 0, 0, 0 }, 0, { 0, 0, 0 }, ((void *)0), ((void *)0), 0, ((void *)0) },