shithub: mc

ref: 1cb2922cb4086434fa0adb6c7a697db14cbdba26
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}