shithub: mc

ref: 67e077fe5811a7bc218cb58de5a32e337417268c
dir: /test/sizeof.myr/

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