shithub: mc

ref: 3730a2515fa554695c3c424053ed683ac2bdd596
dir: /test/sizeof.myr/

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