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