shithub: mc

ref: 25be8b19d826b8faf73275e0294f661f1a4c32fe
dir: /test/sizeof.myr/

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