shithub: mc

ref: 0e987e21af03dccfe1b37141ca024f657238dfd2
dir: /test/sizeof.myr/

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