shithub: mc

ref: 7680e160787aad4408be9535856f4c3a2ba72337
dir: /test/sizeof.myr/

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