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