shithub: mc

ref: de10733eadd13153e899a30538a4c21f95af4b9c
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

	v = [foo(), 42, 123]
	std.exit(v[0])
}

const foo = {
	-> 21 
}