shithub: mc

ref: 1f07ea309194e550b726d4abc4295876854c3781
dir: /test/sizeof.myr/

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