shithub: mc

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

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