shithub: mc

ref: 458b9914044d8ddcdaea19e875a76493494b60f0
dir: /test/sizeof.myr/

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