shithub: mc

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

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