aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/nested-functions.c
AgeCommit message (Collapse)AuthorFilesLines
2020-05-19testsuite: add a few testcases for nested functionsLuc Van Oostenryck1-0/+43
Sparse doesn't really support nested functions but is able to parse them correctly. Add some testcases with them so that it continue to catch possible errors concerning them. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>