shithub: mc

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

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