shithub: mc

ref: 89c2d615ca55d511bd394607534091b78cfe82b4
dir: /test/sizeof.myr/

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