shithub: mc

ref: 4778a1f97154b7c829b459c004110ca80e74b43f
dir: /test/sizeof.myr/

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