shithub: mc

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

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