shithub: mc

ref: 929f32cdbdde111265b1a04605464c9182605e2a
dir: /test/sizeof.myr/

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