Add struct test to verify a nested float struct (#640)
authorCheng Jin <jincheng@ca.ibm.com>
Wed, 9 Jun 2021 20:00:10 +0000 (16:00 -0400)
committerGitHub <noreply@github.com>
Wed, 9 Jun 2021 20:00:10 +0000 (16:00 -0400)
commite6eb59cde6580607544160f8e7dedc326b4799fd
tree9123a132b70662e53704c00e1fa4841391027eee
parent6eb38863bc0b21854959ebf845f8672c44a99684
Add struct test to verify a nested float struct (#640)

The test aims to check a nested float struct
[float, [float,float]] to see whether it works good
with libffi.

Signed-off-by: Cheng Jin <jincheng@ca.ibm.com>
testsuite/libffi.closures/nested_struct12.c [new file with mode: 0644]