shithub: mc

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

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