shithub: mc

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

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