shithub: mc

ref: 8fae6b2ae74ef759f7b414b07d6bf6147d356645
dir: /test/sizeof.myr/

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