shithub: mc

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

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