shithub: mc

ref: 2944ebad62186a50bdab83488755287d9596b283
dir: /test/sizeof.myr/

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