shithub: mc

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

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