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