shithub: mc

ref: 9327d328746578c857ada370b61a8ad879553c69
dir: /test/sizeof.myr/

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