shithub: mc

ref: 7258536522dff99b77080fdc5a06a2a299b8ecdd
dir: /test/sizeof.myr/

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