shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}