shithub: mc

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

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