shithub: mc

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

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