shithub: mc

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

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