shithub: mc

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

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