shithub: mc

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

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