shithub: mc

ref: cae230b08fabfc63c60be35b932fcc9f8c1cb303
dir: /test/sizeof.myr/

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