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