shithub: mc

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

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