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