shithub: mc

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

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