shithub: mc

ref: 0deadc64c88ae25fbe1b28d603ec8416e45779eb
dir: /test/sizeof.myr/

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