tinygo/interp/testdata
Ayke van Laethem 4605cbbc6e interp: fix inserting non-const values in a const aggregate
This bug was triggered by the following code:

    package main

    func foo() byte

    var array = [1]byte{foo()}

    func main() {
    }
2019-11-18 18:31:56 +01:00
..
basic.ll interp: fix inserting non-const values in a const aggregate 2019-11-18 18:31:56 +01:00
basic.out.ll interp: fix inserting non-const values in a const aggregate 2019-11-18 18:31:56 +01:00
scan.ll interp: fix "todo: store" panic 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