```c
typedef struct test_s
{
unsigned char _[64] __attribute__ ((aligned (sizeof (void *))));
} test_t;
```

Reply via email to