shithub: mc

ref: 6b0a400370a39fdb924cb9172ef2241f7fc2a096
dir: /test/sizeof.myr/

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