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