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