aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/linear/inline-definition.c
AgeCommit message (Collapse)AuthorFilesLines
2020-10-22add testcase for missing inline definitionLuc Van Oostenryck1-0/+30
If the address of an inline function is taken, a definition for this function must be emitted. However, sparse only do this if this inline function is defined before it is used. So add a testcase for this. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>