shithub: mc

ref: 46bd46258ef5ead2de06c57fcda29c736f1aeda9
dir: /test/sizeof.myr/

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