shithub: mc

ref: 666970ff83272349c1713169bf7cb49964366fb1
dir: /test/sizeof.myr/

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