shithub: mc

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

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