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