shithub: mc

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

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