shithub: mc

ref: 84e2dbc90b4224be255381c8cd60fdda32a63377
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}