shithub: mc

ref: da5f858f60c9a8d52add2f60845483be2f4b416e
dir: /test/add.myr/

View raw version
use std
/* should exit with status 53 */
const main = {
	var a
	var b
	var c

	a = 42
	b = 11
	c = 0_0
	-> a + b + c
}