m2c icon indicating copy to clipboard operation
m2c copied to clipboard

More tests

Open simonlindholm opened this issue 5 years ago • 0 comments

  • arrays, both global and on stack
  • more complex control flow
  • || and &&
  • all instructions
  • different data types for arguments/return types/subroutine calls
  • larger functions (real-world ones from some existing C project?)
  • ...more ideas?

It would also interesting to try to fuzz-test the control flow code, to make sure it never crashes.

simonlindholm avatar Sep 18 '18 01:09 simonlindholm