shithub: mc

ref: 836b83db913333f7954d84a34ae9804865d65dd8
dir: /test/sizeof.myr/

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