shithub: mc

ref: 003485264d138db7f41fcde610fa6cbc19944035
dir: /test/sizeof.myr/

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