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