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