shithub: mc

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

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