shithub: mc

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

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