infix
A JIT-Powered FFI Library for C
Loading...
Searching...
No Matches
PackedStruct Struct Reference

A packed struct with an unusual size (9 bytes) and alignment (1). More...

#include <types.h>

Public Attributes

char a
 
uint64_t b
 

Detailed Description

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.

Member Data Documentation

◆ a

char PackedStruct::a

◆ b

uint64_t PackedStruct::b

The documentation for this struct was generated from the following file: