shithub: mc

ref: 0584162d2da919d3ef7037f007021abbf793cfd3
dir: /test/sizeof.myr/

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