shithub: mc

ref: 2216e4b75b74784ba691af9492db3d449b41c361
dir: /test/sizeof.myr/

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