add struct test function prototype

This commit is contained in:
2020-03-07 01:22:08 +01:00
parent b776ac00e3
commit 08398e4064

View File

@@ -6,4 +6,5 @@ void runFunctionCallTests();
void runRecursiveTests();
void runComparisonTests();
void runLoopTests();
void runMathTests();
void runMathTests();
void runStructTests();