shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}