shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}