shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}