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