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