shithub: mc

ref: 4c776943124502b2249a7e42a3737122dfca79e6
dir: /test/sizeof.myr/

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