shithub: mc

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

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