shithub: mc

ref: 09ca67c40a822dc77a3049dc1bc35565b3081c9f
dir: /test/sizeof.myr/

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