summaryrefslogtreecommitdiffstats
path: root/tests/017/variadic.expected
Commit message (Collapse)AuthorAgeFilesLines
* ffi: fix broken deffi support for variadic functions.Kaz Kylheku2021-08-171-0/+1
* stdlib/ffi.c (sys:analyze-argtypes): Add missing fallback case in filtering loop. This wouldn't have happened if we had a ecaseql macro, and used it. Or if we had coverage of this in tests. * tests/017/variadic.tl, tests/017/variadic.expected: New files.