shithub: mc

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

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