shithub: mc

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

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