shithub: mc

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

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