shithub: mc

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

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