shithub: mc

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

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