shithub: mc

ref: 4a0be740af3f660508516835969ee345836ca6ec
dir: /test/sizeof.myr/

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