|
infix
A JIT-Powered FFI Library for C
|
A packed struct with an unusual size (9 bytes) and alignment (1). More...
#include <types.h>
Public Attributes | |
| char | a |
| uint64_t | b |
A packed struct with an unusual size (9 bytes) and alignment (1).
This is used to test the handling of non-standard layouts and alignments. The #pragma pack directives ensure a specific memory layout without padding.
| char PackedStruct::a |
| uint64_t PackedStruct::b |