shithub: mc

ref: 5a7ad6eb2cb497076f909e54e14d42f65eb89ff9
dir: /test/sizeof.myr/

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