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