shithub: mc

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

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