view test/suite_aggrs/README.txt @ 433:45662241d9cd

suite_aggrs now handling struct by value return types, also still missing: nesting, unions, arrays note: this doesn't compile against this same checked in revision of dyncall, but only my working copy; a future checkin will catch up
author Tassilo Philipp
date Sat, 22 Jan 2022 16:07:57 +0100
parents 167faab0c0be
children 252f32fa59d8
line wrap: on
line source

suite_aggrs for dyncall written in C and Lua.

Tests aggregates (structs, unions and arrays) passed by value, along with other, non-aggregate args.

@@@ unions and arrays missing