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