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