shithub: mc

ref: 0944989ceaf443ca4dea50b7c368e21e0c71e80a
dir: /test/sizeof.myr/

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