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