view test/call_suite_aggrs/README.txt @ 502:a4ed1564024a

- cosmetics
author Tassilo Philipp
date Fri, 08 Apr 2022 17:43:37 +0200
parents 0c68b3f91367
children ed7d1f5e7973
line wrap: on
line source

call_suite_aggrs for dyncall written in C and Lua.

Tests aggregates (structs, unions and arrays) passed by value, along with
other, non-aggregate args. Note, arrays are only passed/returned by value as
members of structs and unions, as they woult decay to a pointer if passed to a
function and cannot be returned.
So this test suite does not generate any arrays outside of structs and unions.

A macro AGGR_MISALIGN can be used in globals.c to intentionally misalign
aggregate instances.