shithub: mc

ref: 3a6dd3e06fb6508c637ad28e538fbd838cd56f75
dir: /test/sizeof.myr/

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