shithub: mc

ref: 29ce560862d68477b95bc6d1898facadc5421ffa
dir: /test/sizeof.myr/

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