shithub: mc

ref: 316009dbb82807430d427476be00da1d6b836f62
dir: /test/sizeof.myr/

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