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