Test now runs generated code, swtiched math test to use polyorphism from cpp.

Now need to make that array test...
This commit is contained in:
2023-04-02 12:25:08 -04:00
parent 5e26d53a12
commit 340f466f24
7 changed files with 39 additions and 41 deletions

View File

@ -25,7 +25,7 @@ int gen_main()
int main()
{
u32 result = square(5);
u32 result = square( 5U );
zpl_printf("TEST RESULT: %d", result);
}