www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - importC error: alignment value expected, not `sizeof`

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