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