shithub: mc

ref: 9f536f372f8d048d1d5ac1baf5858690731cfb52
dir: /test/sizeof.myr/

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