shithub: mc

ref: 9ee86f915781eb5acfabfaf482f123a5da162ff3
dir: /test/sizeof.myr/

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