shithub: mc

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

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