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