shithub: mc

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

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