shithub: mc

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

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