shithub: mc

ref: 0626c5a842587790f9fac184c31b241856faad61
dir: /test/sizeof.myr/

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