shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}