ref: ddffd453738e97de59d5320c14bb08714cc8ef22 dir: /test/sizeof.myr/
use std /* checks that sizeof() works. exits with 4. */ const main = { std.exit(sizeof(int)) }