shithub: mc

ref: eb34795e1fc39c4681ad98f0daa57ffe9040c59e
dir: /test/sizeof.myr/

View raw version
use std
/* checks that sizeof() works. exits with 4. */
const main = {
	std.exit(sizeof(int))
}