shithub: mc

ref: 96aa84cdbe397910f532f8c802c8de9825e49c59
dir: /test/sizeof.myr/

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