shithub: mc

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

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