added better support for structs for extern functions, added a flag to disable list folding and made extern functions automaticly have priority 1

This commit is contained in:
igor
2026-03-02 10:21:42 +01:00
parent 86d4ffbb9a
commit 13f33d7820
6 changed files with 836 additions and 129 deletions

View File

@@ -0,0 +1,4 @@
{
"description": "C extern struct ABI coverage: by-value arg, by-value return, sret return, pointer out",
"libs": ["libc.so.6"]
}