shithub: mc

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

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