shithub: mc

ref: 6a4c84b9838aa9344cb531f24c6b402dec92bb71
dir: /test/sizeof.myr/

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