shithub: mc

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

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