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