shithub: mc

ref: da1de51de2edb383cc26a1b726df4cfc9328e1c7
dir: /test/sizeof.myr/

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