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