tinygo/interp/testdata
Ayke van Laethem feb2b4715b interp: fix scanning declarations
Declarations would enter an infinite loop when trying to loop over basic
blocks. That was probably an undefined operation, but still somehow
didn't crash the compiler.

Make sure that scanning declarations works as expected.
2019-11-04 13:32:22 +01:00
..
basic.ll interp: add basic test to interp package 2019-09-24 18:16:43 +02:00
basic.out.ll interp: add basic test to interp package 2019-09-24 18:16:43 +02:00
scan.ll interp: fix scanning declarations 2019-11-04 13:32:22 +01:00
slice-copy.ll interp: implement runtime.sliceCopy 2019-09-24 18:16:43 +02:00
slice-copy.out.ll interp: implement runtime.sliceCopy 2019-09-24 18:16:43 +02:00