shithub: mc

ref: 03f0c0961f2350d59e9e3707ef3dac0ec196f61c
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}