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