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