shithub: mc

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

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