shithub: mc

ref: 930e65474d00875474af8b2a1ca3aaae9d46cace
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}