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