shithub: mc

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

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