shithub: mc

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

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