shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}