shithub: mc

ref: 6667651f72614dc2488e352d21403697b33504aa
dir: /test/sizeof.myr/

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