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

A struct whose size is not a power of two (12 bytes on most 64-bit systems). More...

#include <types.h>

Public Attributes

int a
 
int b
 
int c
 

Detailed Description

A struct whose size is not a power of two (12 bytes on most 64-bit systems).

This is specifically for testing the Windows x64 ABI rule that requires such structs to be passed by reference.

Member Data Documentation

◆ a

int NonPowerOfTwoStruct::a

◆ b

int NonPowerOfTwoStruct::b

◆ c

int NonPowerOfTwoStruct::c

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