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