1
0
forked from Mirror/wren
Files
wren/test/api/returns.h
Bob Nystrom 7a79b8fac6 Simplify the API tests.
Use fewer test suites with more tests in each one since there's so much
boilerplate for defining an API test.
2015-08-13 09:09:27 -07:00

4 lines
82 B
C

#include "wren.h"
WrenForeignMethodFn returnsBindForeign(const char* signature);