shithub: mc

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

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