shithub: mc

ref: 565592b47ee1b6877dc8788c10f134913e1e067a
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}