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