mirror of
https://github.com/Ed94/gencpp.git
synced 2026-05-18 15:21:51 -07:00
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:
+1
-1
@@ -25,7 +25,7 @@ int gen_main()
|
||||
|
||||
int main()
|
||||
{
|
||||
u32 result = square(5);
|
||||
u32 result = square( 5U );
|
||||
|
||||
zpl_printf("TEST RESULT: %d", result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user