shithub: mc

ref: 11755c230ea87f02e334978daa731f1c31815986
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}