shithub: mc

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

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