shithub: mc

ref: 99bd0e314a7050f7ac4ae2c33207be08aa5c4507
dir: /test/sizeof.myr/

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