shithub: mc

ref: 564acd81105fcf1b5b9942ef7de3e04d928ebebd
dir: /test/sizeof.myr/

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