shithub: mc

ref: 0a2f731ecf9f8ba57817cb33d127fd92d530a915
dir: /test/sizeof.myr/

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