shithub: mc

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

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