shithub: mc

ref: 16c7d49b1a110574b75b5e3093a39fdc28e33974
dir: /test/sizeof.myr/

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