shithub: mc

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

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