shithub: mc

ref: 454a6a438efbd66d3e9e74b3e49512699dac1762
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}