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