shithub: mc

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

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