shithub: mc

ref: 1c20d382566fcdfdf5585b1bd8f1f27d7dbd6425
dir: /test/sizeof.myr/

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