shithub: mc

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

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