shithub: mc

ref: 764fd41f08380207107ec05f65d0d0bf5b76797c
dir: /test/sizeof.myr/

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