importC error: alignment value expected, not `sizeof`

Dakota dakota at gmail.com
Thu Aug 8 05:33:57 UTC 2024


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


More information about the Digitalmars-d-learn mailing list