shithub: mc

ref: 8a23ecf0ceb8172e779d2557bd797f6c562a7d88
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

	v = [foo(), 42, 123]
	-> v[0]
}

const foo = {
	-> 21 
}