```c
typedef struct test_s
{
unsigned char _[64] __attribute__ ((aligned (sizeof (void
*))));
} test_t; ```
Dakota via Digitalmars-d-learn Wed, 07 Aug 2024 22:36:55 -0700
```c
typedef struct test_s
{
unsigned char _[64] __attribute__ ((aligned (sizeof (void
*))));
} test_t; ```