aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/varargs3.c
Commit message (Collapse)AuthorAgeFilesLines
* Test for NULL in variable argument listsXavier Leroy2019-02-041-0/+52
Sometimes a vararg function receives a NULL-terminated list of pointers. This can fail if sizeof(NULL) < sizeof(void *), as this test illustrates.