shithub: mc

ref: 2a833f441b9a03e1222ab501e71fc029bf069665
dir: /test/sizeof.myr/

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