aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/functions.c
AgeCommit message (Collapse)Author
2026-02-15refactor: write more tests in Cnsfisis
2026-02-07feat: support function calls via function pointersnsfisis
The two-pass parsing of function pointer declaration is referenced from chibicc: https://github.com/rui314/chibicc
2026-02-07refactor: add ASSERT_EQ_STR() to tests/helpers.hnsfisis
2026-01-24refactor: organize test filesnsfisis