shithub: mc

ref: 52c9fbc7ecefe80d228d7666cdddc72bb7f95ebf
dir: /test/sizeof.myr/

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